User profile: cppnoob25

User info
User name:cppnoob25
History
Joined:
Number of posts:165
Latest posts:

Strings
What 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 deque
This is what I have so far but I know my push_back and front functions need work. Just want a little...

Binary tree remove function
You're right. That is a lot easier. I will look through that link as well. Thanks for the help Mii...