Hi,
I was wondering how to use strcpy safely so that I can get reported when overwriting happens?
Or other methods that achieve the same function with security check?
Also in C++, is there a C++ way to handle it besides using STL string class?