Click to See Complete Forum and Search --> : plz help; should be simple


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

Eli Gassert
April 22nd, 2004, 01:50 PM
http://support.microsoft.com/?kbid=311259

First hit on google.com search of: "String to char *" .NET

Andreas Masur
April 22nd, 2004, 05:00 PM
[Moved thread]