string to char[] conversionSo were I to use strncpy.... [code]std::string s char *a = new char[s.size()+1]; strncpy(a, s.c...
string to char[] conversionSo were I to use strncpy.... std::string s char *a = new char[s.size()+1]; strncpy(a, s.c_str()...
string to char[] conversionCan someone explain how this works [code]//std::string s char *a=new char[s.size()+1] a[s.size...
char*** valueThanks.... let me try that out.
char*** valueHere's the function: [code]/** Asks all the values of the preference whose data type is char. ...
This user does not accept Private Messages