B
Bonj
can anyone tell what the equivalent new syntax using the secure CRT would be
for
_TCHAR* thestring = "Hello World";
_tprintf(_T("The string is \"%s\"\n"), thestring);
_tprintf_s ?
I can't get it to work without crashing...
for
_TCHAR* thestring = "Hello World";
_tprintf(_T("The string is \"%s\"\n"), thestring);
_tprintf_s ?
I can't get it to work without crashing...