Thread: String question
View Single Post
Old 02-05-2005, 06:38 PM   #4 (permalink)
ender
Code Monkey
 
ender's Avatar
 
Join Date: Mar 2003
Location: Evansville, IN
Posts: 75
ender is on a distinguished road
Send a message via AIM to ender Send a message via Yahoo to ender
If you didn't want to have to do std::string, you could put
Code:
using namespace std;
after your #includes.

-Ted
__________________
while(1) fork();
ender is offline   Reply With Quote