User profile: Seag

User info
User name:Seag
History
Joined:
Number of posts:37
Latest posts:

Method of the string class
How can your reverse function work properly without having anything passed to it to reverse? void r...

reading multiple lines of input using infile?
Probably has something to do with the extraction stream. I don't know if this will fix it, but you s...

B-Tree Insertion Problem
No one?

issue with reference/RVDT function
Just do cin.ignore(1). No special parameters necessary.

issue with reference/RVDT function
Because 10 is the ASCII value of the NewLine character \n.