Hi Guys
Is there anyone around who is good with C++?
I keep getting an error when trying to copy a char array to a char pointer e.g
strncpy_s(buffer, sizeof(temp), temp, _TRUNCATE);
I get a "Stack around the variable 'temp' was corrupted"
Please let me know if more information is needed.
P.S: The subject is meant to say RunTime Check Failure #2
Is there anyone around who is good with C++?
I keep getting an error when trying to copy a char array to a char pointer e.g
strncpy_s(buffer, sizeof(temp), temp, _TRUNCATE);
I get a "Stack around the variable 'temp' was corrupted"
Please let me know if more information is needed.
P.S: The subject is meant to say RunTime Check Failure #2