User profile: ur2cdanger

User info
User name:ur2cdanger
History
Joined:
Number of posts:8
Latest posts:

Design Review
I started to learn C++ recently and as a starter was asked to design a class for fractions which can...

Help with Logic
That is a line in file.I read line by line from a file.

Help with Logic
I 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 main
I have a function which takes input either through STDIN or from input file.It works well for the fo...

Help with Circular lists
Im trying to implement a circular list.Can anybody please point out the errors.The code is compiling...