Method of the string classHow 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 ProblemNo one?
issue with reference/RVDT functionJust do cin.ignore(1). No special parameters necessary.
issue with reference/RVDT functionBecause 10 is the ASCII value of the NewLine character \n.