Design ReviewI started to learn C++ recently and as a starter was asked to design a class for fractions which can...
Help with LogicThat is a line in file.I read line by line from a file.
Help with LogicI have a line like this word file1 3 file2 8 file1 5 file2 11 file3 9 Can anybody give me a lo...
Function not returning to mainI have a function which takes input either through STDIN or from input file.It works well for the fo...
Help with Circular listsIm trying to implement a circular list.Can anybody please point out the errors.The code is compiling...