User: dumas9

  • Public profile

User profile: dumas9

User info
User name:dumas9
History
Joined:
Number of posts:17
Latest posts:

string to char[] conversion
So were I to use strncpy.... [code]std::string s char *a = new char[s.size()+1]; strncpy(a, s.c...

string to char[] conversion
So were I to use strncpy.... std::string s char *a = new char[s.size()+1]; strncpy(a, s.c_str()...

string to char[] conversion
Can someone explain how this works [code]//std::string s char *a=new char[s.size()+1] a[s.size...

char*** value
Thanks.... let me try that out.

char*** value
Here's the function: [code]/** Asks all the values of the preference whose data type is char. ...

This user does not accept Private Messages