Thread
:
String question
View Single Post
02-05-2005, 06:38 PM
#
4
(
permalink
)
ender
Code Monkey
Join Date: Mar 2003
Location: Evansville, IN
Posts: 75
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
View Public Profile
Find More Posts by ender