C++研究

C++细节深度探索及软件工程

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  37 随笔 :: 0 文章 :: 74 评论 :: 0 Trackbacks

06 2007 档案

     摘要: 发信人: yanhouyi (泪别), 信区: Love
标 题: 把女友升级为老婆的时候发生的BUG
发信站: 天大求实BBS (Sun Jun 17 22:03:11 2007), 本站(bbs.tju.edu.cn)   阅读全文
posted @ 2007-06-20 21:52 常兴龙 阅读(442) | 评论 (0)  编辑

     摘要: Like C, C++ does not have built-in input/output capability. All C++ compilers, however, come bundled with a systematic, object-oriented I/O package, known as the iostream classes. The stream is the central concept of the iostream classes. You can think of a stream object as a smart file that acts as a source and destination for bytes. A stream's characteristics are determined by its class and by customized insertion and extraction operators.  阅读全文
posted @ 2007-06-20 03:09 常兴龙 阅读(6831) | 评论 (3)  编辑

     摘要: CSDN TAG的作品,写得不错,转载一下  阅读全文
posted @ 2007-06-18 19:31 常兴龙 阅读(1491) | 评论 (0)  编辑

     摘要: the mysql++lib may not work so well when you use winsock2 in MSDEV environment , there is some conflict caused by the compatibility of winsock and winsock2 , so I wrote this entry to solve the problem . enjoy it if usful for you !

Any question , contact me as follows:

cxl82116@msn.com QQ:286259397 天津大学计算机学院 常兴龙  阅读全文
posted @ 2007-06-07 16:58 常兴龙 阅读(862) | 评论 (2)  编辑

     摘要: SUMMARY DLL conflict problems can be tough to solve, but a large number of tools are available to help. There are also many Windows APIs that you can use to build custom debugging tools. Three such tools are discussed here and provided as samples. DllSpy lists all the DLLs loaded in the system and the processes that are using them. ProcessSpy enumerates the running processes and exposes the DLLs they are using, and ProcessXP displays the list of concurrent running sessions for Windows XP.
  阅读全文
posted @ 2007-06-05 00:09 常兴龙 阅读(1353) | 评论 (0)  编辑

     摘要: The Gof has 23 design patterns , but in most of the design books , the E.G is written in Java , So from now on , I will write about 23 articles to implement them using C++ , the design pattern itself is discussible , so welcome everyone to give his excelent idea to me , My QQ: 286259397 And My MSN : cxl82116@msn.com.
Welcome every one to express his ideas!
  阅读全文
posted @ 2007-06-02 17:34 常兴龙 阅读(978) | 评论 (4)  编辑

> hi的博客