Design&Art
C++博客
首页
新随笔
联系
聚合
管理
26 Posts :: 0 Stories :: 38 Comments :: 0 Trackbacks
常用链接
我的随笔
我的评论
我参与的随笔
留言簿
(3)
给我留言
查看公开留言
查看私人留言
随笔分类
BOOST(2)
C++(8)
SCM(1)
STL(4)
VC/MFC(2)
XML(1)
交互设计(1)
设计模式(3)
随笔档案
2009年4月 (1)
2009年3月 (1)
2009年1月 (1)
2008年5月 (1)
2007年12月 (1)
2007年11月 (3)
2007年10月 (2)
2007年9月 (4)
2007年8月 (2)
2007年6月 (1)
2007年5月 (2)
2007年4月 (6)
2007年3月 (1)
C++库
Boost
Loki
STLport
搜索
最新评论
1. re: 正确使用stl map的erase方法
@啊啊
其实是c++98跟c++11标准里的区别
--blong
2. re: VC6调试时,如何查看vector中的内容?
感谢LZ分享!
--江枫渔火
3. re: 正确使用stl map的erase方法[未登录]
@啊啊
没有仔细看map用法,不要瞎评论。
--123
4. re: lines ending with only a carriage return have been detected.
评论内容较长,点击标题查看
--Linda
5. re: 正确使用stl map的erase方法
@过客
说的很好嘛. 这种仅适用于windows的代码本就不该提倡.
--aa
阅读排行榜
1. 正确使用stl map的erase方法(26323)
2. VC6下使用STLPort(8319)
3. VC6调试时,如何查看vector中的内容?(4998)
4. Visual C++ Toolkit 2003 下载(4222)
5. lines ending with only a carriage return have been detected. (2336)
评论排行榜
1. VC6下使用STLPort(21)
2. 正确使用stl map的erase方法(7)
3. Visual C++ Toolkit 2003 下载(6)
4. OO设计原则(1)
5. VC6调试时,如何查看vector中的内容?(1)
C++
[ZZ]C++中const总结
posted @
2009-04-11 00:51
安帛伟 阅读(309) |
评论 (0)
编辑
static
摘要: C++的static有两种用法:面向过程程序设计中的static和面向对象程序设计中的static。前者应用于普通变量和函数,不涉及类;后者主要说明static在类中的作用。
阅读全文
posted @
2007-11-21 01:10
安帛伟 阅读(312) |
评论 (0)
编辑
一小段代码
posted @
2007-11-09 20:00
安帛伟 阅读(298) |
评论 (0)
编辑
TinyXml中文文档
posted @
2007-09-26 16:43
安帛伟 阅读(694) |
评论 (0)
编辑
双分派(double dispatch)
posted @
2007-09-19 16:18
安帛伟 阅读(1338) |
评论 (1)
编辑
typename
posted @
2007-04-16 15:27
安帛伟 阅读(428) |
评论 (0)
编辑
explicit
posted @
2007-04-12 11:09
安帛伟 阅读(373) |
评论 (0)
编辑
mutable
posted @
2007-04-12 10:50
安帛伟 阅读(299) |
评论 (0)
编辑
Powered by:
C++博客
Copyright © 安帛伟