老菜的园子

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年10月6日

摘要: Job Control;使用变量;常用符号 阅读全文
posted @ 2010-10-06 21:13 weichsel 阅读(1217) 评论(0) 推荐(0) 编辑

2010年9月24日

摘要: 支持三种中断方式:breakpoints、watchpoints、catchpoints; 阅读全文
posted @ 2010-09-24 21:59 weichsel 阅读(247) 评论(0) 推荐(0) 编辑

2010年9月23日

摘要: __stdcall, __cdel, __fastcall, extern "c" 阅读全文
posted @ 2010-09-23 18:06 weichsel 阅读(337) 评论(0) 推荐(0) 编辑

摘要: throw; catch; set_terminate; set_unexpected; 阅读全文
posted @ 2010-09-23 17:40 weichsel 阅读(151) 评论(0) 推荐(0) 编辑

摘要: static const 这样的普通变量才可以在类中初始化; 阅读全文
posted @ 2010-09-23 17:35 weichsel 阅读(287) 评论(0) 推荐(0) 编辑

摘要: static_cast, dynamic_cast, const_cast, reinterpret_cast 阅读全文
posted @ 2010-09-23 17:25 weichsel 阅读(133) 评论(0) 推荐(0) 编辑

摘要: Linux中常用的搜索命令 阅读全文
posted @ 2010-09-23 16:06 weichsel 阅读(237) 评论(0) 推荐(0) 编辑

2010年9月14日

摘要: 介绍C/C++语言中的字节对齐概念 阅读全文
posted @ 2010-09-14 21:59 weichsel 阅读(289) 评论(0) 推荐(0) 编辑

摘要: 设计模式的核心原则是:开放封闭;各个模式的特点;参考资料; 阅读全文
posted @ 2010-09-14 21:58 weichsel 阅读(268) 评论(0) 推荐(0) 编辑

摘要: 为什么需要Container;Container如何支持不同类型;Iterator的实现; 阅读全文
posted @ 2010-09-14 21:57 weichsel 阅读(4806) 评论(2) 推荐(0) 编辑