07 2007 档案
strcpy_s与strcpy安全性的比较
摘要:在VC2005的CRT中,增加了一些具有更强安全性的CRT函数,例如strcpy_s, strncat_s等。 (MSDN: <Security Enhancements in the CRT > Significant enhancements have been made to make the 阅读全文
posted @ 2007-07-17 11:29 zdleek 阅读(33) 评论(0) 推荐(0)
自定义std::set比较函数的例子
摘要:自定义std::set比较函数的例子 struct GenStatus{ DWORD dwId; DWORD dwLastHitTick; GenStatus() : dwId(0), dwLastHitTick(0){} static unsigned int inline GetRefeshIn 阅读全文
posted @ 2007-07-09 14:13 zdleek 阅读(18) 评论(0) 推荐(0)