Thread: String Library
View Single Post
Old 03-14-2003, 04:53 PM   #8 (permalink)
Travis Dane
Code Monkey
 
Travis Dane's Avatar
 
Join Date: Feb 2003
Location: Netherlands
Posts: 89
Travis Dane is on a distinguished road
Send a message via ICQ to Travis Dane
Right Joe i forgot the variable name.
Anyway, Try this then,

Code:
 #include <iostream>
 #include <string>
 
 using namespace std;
 
 string test="abc";

 int main(void)
 {
   return 0;
 }
__________________
OpenGL, DirectX
Travis Dane is offline   Reply With Quote