C++研究

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

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

#

     摘要: CSDN TAG的作品,写得不错,转载一下  阅读全文
posted @ 2007-06-18 19:31 常兴龙 阅读(1495) | 评论 (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 常兴龙 阅读(863) | 评论 (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 常兴龙 阅读(1357) | 评论 (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 常兴龙 阅读(981) | 评论 (4)编辑 收藏

     摘要: 嵌套类在实战中对于代码隐藏有很重要的意义,然而,有一些经典书中的内容与在实践中的结论并不一致,使用嵌套类,我们要注意些什么?又与Java有哪些不同呢?  阅读全文
posted @ 2007-05-23 02:23 常兴龙 阅读(7764) | 评论 (3)编辑 收藏

     摘要: 精炼循环右移在对内存与CPU要求高的移动设备中尤为重要,如:求描超长型整数,浮点数,游戏中循环选关,卡牌数字处理等。本文为循环右移的常用解法做了总结,并对相关算法做了简洁描述。  阅读全文
posted @ 2007-05-15 10:03 常兴龙 阅读(2472) | 评论 (6)编辑 收藏

posted @ 2007-04-25 11:48 常兴龙 阅读(1774) | 评论 (2)编辑 收藏

posted @ 2007-04-24 02:38 常兴龙 阅读(955) | 评论 (0)编辑 收藏

posted @ 2007-04-21 19:13 常兴龙 阅读(1405) | 评论 (4)编辑 收藏

posted @ 2007-04-21 14:39 常兴龙 阅读(265) | 评论 (0)编辑 收藏

列出全部内容
共4页: 1 2 3 4 
> hi的博客