Thread
:
String Library
View Single Post
03-14-2003, 02:51 PM
#
5
(
permalink
)
joe_bruin
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
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
View Public Profile
Find More Posts by joe_bruin