wuhoo
April 22nd, 2004, 01:36 PM
I have a String Struct pointer;
String * dbName = S"c:\\temp\\new.mdb";
I need to get this into a different string form; either
char *
std::string
anything else but what it is......
how?
thanks
String * dbName = S"c:\\temp\\new.mdb";
I need to get this into a different string form; either
char *
std::string
anything else but what it is......
how?
thanks