I am constatly being asked same question on and on. "I have an old code that uses a CRT function and when I build it with VS2005, I get a deprecation warning. What should I do". Let's say you have a code like this void foo(char* szA, char* szB) { strcpy(szA,
Read More...