代码改变世界

VC问题记录

2012-05-21 11:25  Clingingboy  阅读(337)  评论(0编辑  收藏  举报

 

  1. sizeof用法分析
  2. C++ std::tr1::shared_ptr使用
  3. #ifndef#define#endif的用法
  4. extern "C"的用法解析
  5. dll与lib之间的区别(转)
  6. 创建c++动态库
  7. Microsoft Visual C++ Static and Dynamic Libraries
  8. C++标准转换运算符dynamic_cast
  9. What's the point of DeferWindowPos?
  10. 深入GetMessage和PeekMessage
  11. PreTranslateMessage作用和使用方法