C++ question

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Turkey

Senior member
Jan 10, 2000
839
0
0
Dude, read the posts... use the c_str() function of the string class to get the C String (char*) representation. A C++ string has better string manipulation functions than C strings, too... try searching for basic_string on google for a full method reference.