Thread: String Library
View Single Post
Old 03-14-2003, 02:51 PM   #5 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
with a little correction, it works fine for me in visual studio 6 and gcc.

Code:
#include <string>

 std::string str = "test";

 int main(void)
 {
   return 0;
 }
joe_bruin is offline   Reply With Quote