Thread: String Library
View Single Post
Old 03-15-2003, 03:01 PM   #16 (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
He could have an old <iostream> library not able to support
strings with cout. Using a variable before it's been defined
produces a "undeclared variable" error not a type conflict.
As i said, Try using abc.c_str() wich turns it into a Character
array instead of a string wich should be compatible with
non-string supporting cout's.
__________________
OpenGL, DirectX
Travis Dane is offline   Reply With Quote