Original Post
Hi how is everyone doing, im currently creating a c++ program in which I have a fraction class. In this class i want to create a method in which i can convert a decimal number such as 72.75 into a fraction 72 and 3/4, but im not sure how i would go about doing this so i was hoping for some help. Dario