ljfpudding
随笔 - 13, 文章 - 18, 评论 - 18, 引用 - 0
数据加载中……
代码检查
0) 数据变量初始化 !!!!
1) 内存泄漏----new ---delete
2) 线程结束--正常结束也最好CloseHandle()
3) 最好应用API或者Runtime的函数 如 towlower towupper等
4)使用安全函数 strcpy_s strncpy_s 等
posted on 2010-03-11 10:33
JackLi
阅读(379)
评论(1)
编辑
收藏
引用
评论
#
re: 代码检查
回复
更多评论
std::vector Clear方法清除所有元素, 并将vector size置为0; erase方法只是删除指定的元素, size减少1, 如果指定多个,则size 减少对应大小
2010-03-11 11:12 |
JackLi
刷新评论列表
只有注册用户
登录
后才能发表评论。
【推荐】100%开源!大型工业跨平台软件C++源码提供,建模,组态!
网站导航:
博客园
IT新闻
BlogJava
知识库
博问
管理
Powered by:
C++博客
Copyright © JackLi
导航
C++博客
首页
新随笔
联系
聚合
管理
<
2009年2月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
常用链接
我的随笔
我的评论
我参与的随笔
留言簿
(2)
给我留言
查看公开留言
查看私人留言
随笔档案
2014年5月 (1)
2013年12月 (1)
2013年11月 (3)
2010年3月 (1)
2009年2月 (1)
2008年11月 (1)
2007年8月 (1)
2007年7月 (2)
2007年2月 (1)
2007年1月 (1)
文章分类
Examination(9)
(rss)
Programming Tips(6)
(rss)
产品信息
(rss)
文章档案
2014年9月 (1)
2009年12月 (1)
2007年6月 (1)
2007年2月 (14)
2007年1月 (1)
相册
产品界面
收藏夹
Suggestion Website(1)
(rss)
My Favorite website
CodeGuru
Many good ideas, including many resources. And its article database is excellent.
CodeProject
Many good ideas, including many resources. It is really a good place to extend your programming skill.
SourceForge
Many complete projects, and many share projects.
搜索
最新评论
1. re: Zend Studio 10.5 与 XDebug 调试| Zend Debugger 说明 Drupal 源代码 (一)
评论内容较长,点击标题查看
--小辛
2. re: Zend Studio 10.5 与 XDebug 调试| Zend Debugger 说明 Drupal 源代码 (一)
网站拒绝显示此网页 ,这是怎么回事啊
--小辛
3. re: Zend Studio 10.5 与 XDebug 调试| Zend Debugger 说明 Drupal 源代码 (一)[未登录]
评论内容较长,点击标题查看
--初学者
4. re: Zend Studio 10.5 与 XDebug 调试| Zend Debugger 说明 Drupal 源代码 (一)
waitting for XDebug session什么情况啊?按上面步骤就出现这个。
--巍峨
5. re: Zend Studio 10.5 与 XDebug 调试| Zend Debugger 说明 Drupal 源代码 (一)
No servers available,Define a new server from the new server wizard...
这个原因怎么解决?
--子乐
阅读排行榜
1. Zend Studio 10.5 与 XDebug 调试| Zend Debugger 说明 Drupal 源代码 (一)(19626)
2. Drupal 学习安装 -1(16942)
3. Drupal 学习安装 -2- 数据库(16810)
4. Linux下的 Symbolic Link(659)
5. 一步一步实现VMWare上的Linux 广域网配置(493)
评论排行榜
1. Zend Studio 10.5 与 XDebug 调试| Zend Debugger 说明 Drupal 源代码 (一)(10)
2. Drupal 学习安装 -2- 数据库(4)
3. Drupal 学习安装 -1(2)
4. 代码检查(1)
5. Drupal 学习安装(1)