Thread: String Library
View Single Post
Old 03-15-2003, 03:10 PM   #18 (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
Quote:
1) How is that possible?
He stated in his first post that he is using VC++. So there is nothing wrong with his iostream lib version.
VC++ Doesn't mean VC++6, There are far older version wich
might not support strings.

Quote:
2) What is the use of declaring a string ONLY (and only ) to convert it to a char?Might as well use a char straight away, you agree on this with me?
You're overreacting on the "converting part", You just add .c_str
at the end, That's it. That doesn't stack up with the built in
functions and enhancements that come with the String Class.
__________________
OpenGL, DirectX
Travis Dane is offline   Reply With Quote