T
T. Crane
Help!
I am trying to figure this out, and I have the impression that it
should be really easy, but I'm at a loss.
Here's my problem:
I want to take the output from
const char * string::c_str();
and convert it in some appropriate fasion so that I can use it as the
input to this function:
void Config(const char filename[]);
any help is greatly appreciated!
trevis
I am trying to figure this out, and I have the impression that it
should be really easy, but I'm at a loss.
Here's my problem:
I want to take the output from
const char * string::c_str();
and convert it in some appropriate fasion so that I can use it as the
input to this function:
void Config(const char filename[]);
any help is greatly appreciated!
trevis