Introduction - If you have any usage issues, please Google them yourself
SecureCRT Sample: Converting Deprecated CRT Functions to their _s CounterpartsThis sample demonstrates how to convert CRT functions which have been deprecated for security reasons to their _s counterparts. It covers the conversion of the following functions: strcpy, strncpy, fopen, _splitpath, sprintf, getenv , strcat, _creat, and itoa. It also demonstrates the use of _set_invalid_parameter_handler, another Secure CRT addition.
Packet : 5956461securecrt.rar filelist
SecureCRT\ReadMe.htm
SecureCRT\SecureCRT.sln
SecureCRT\before\boyermoore.cpp
SecureCRT\before\boyermoore.h
SecureCRT\before\find.cpp
SecureCRT\before\SCRTbefore.vcproj
SecureCRT\after\boyermoore.cpp
SecureCRT\after\boyermoore.h
SecureCRT\after\find.cpp
SecureCRT\after\SCRTafter.vcproj
SecureCRT\before
SecureCRT\after
SecureCRT