StringsWhat am I missing here to correctly modifiy string a? [code] #include <iostream> #include <string> ...
Why does this give me an infinite loop?Thanks for that, I've fixed the infinite loop. So it's not necessary to call the close method?
Why does this give me an infinite loop?This code is to read a file line by line. But it never stops running unless I leave the exit methods...
Not sure how to implement a dequeThis is what I have so far but I know my push_back and front functions need work. Just want a little...
Binary tree remove functionYou're right. That is a lot easier. I will look through that link as well. Thanks for the help Mii...