View Single Post
Old Dec 23rd, 2005, 2:14 AM   #1
Master
Programmer
 
Master's Avatar
 
Join Date: Sep 2005
Location: GA
Posts: 99
Rep Power: 3 Master is on a distinguished road
A simple question

I know this might sound like a dumb question, but how do i convert a const char to string;
ex
string collect;
const char str[] = "convert";
collect = convertostring(str); //what function is available for converting it
thanks for the help
Master is offline   Reply With Quote