Thread
:
String Library
View Single Post
03-14-2003, 02:24 PM
#
2
(
permalink
)
Travis Dane
Code Monkey
Join Date: Feb 2003
Location: Netherlands
Posts: 89
VC++ should already have a string library.
Code:
#include <string> std::string="test"; int main(void) { return 0; }
Try running this, It should work.
__________________
OpenGL
,
DirectX
Travis Dane
View Public Profile
Find More Posts by Travis Dane