D
DrBob
Using gcc 3.3 on MAC OS X.
i have a variable called:
string x;
I need to copy the string using memcpy so how do I get the pointer to
the data and its length in bytes?
i have a variable called:
string x;
I need to copy the string using memcpy so how do I get the pointer to
the data and its length in bytes?