文件名称:SecureCRT
- 所属分类:
- ActiveX/DCOM
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 10.99kb
- 下载次数:
- 0次
- 提 供 者:
- 徐**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
SecureCRT Sample: Converting Deprecated CRT Functions to their _s Counterparts
This 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.
This 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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 5956461securecrt.rar 列表 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