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.
