0OO

 

C/C++ 在线参考手册

    http://www.cppreference.com/wiki/
    C语言API参考
    C++语言std库参考

posted @ 2009-09-11 10:58 零圈圈 阅读(528) | 评论 (0)编辑 收藏

ACE

    The ADAPTIVE Communication Environment (ACE), An OO Network Programming Toolkit in C++
    官方网站:http://www.cs.wustl.edu/~schmidt/ACE.html
    常用网站:
     (1)http://docs.huihoo.com/ace_tao/index.html 包含ACE中文文档、ACE代码分析等
  

posted @ 2009-09-11 09:30 零圈圈 阅读(149) | 评论 (0)编辑 收藏

OpenDRDA

    OpenDRDA is a project to produce client and server libraries for the DRDA (Distributed Relational Database Architecture) protocol. The initial plan is to work on client functionality to access existing DRDA servers (such as DB2).
    官方网站:http://opendrda.sourceforge.net/

posted @ 2009-09-11 09:18 零圈圈 阅读(189) | 评论 (0)编辑 收藏

云风的 BLOG

云风:网易公司游戏主程,著有《游戏之旅——我的编程感悟》
http://blog.codingnow.com/

posted @ 2009-09-10 14:38 零圈圈 阅读(172) | 评论 (0)编辑 收藏

valgrind

     valgrind:可以用来定位c/c++程序中内存使用方面的错误:内存泄漏、使用未初始化的内存、读/写已 释放的内存、读/写内存越界、使用malloc/new/new[]和free/delete/delete[]不匹配。
    官方网站:http://valgrind.org/,是一款open source软件。
    安装过程:configure ; make ; make install
    使用方法: valgrind --leak-check=full --track-fds=yes 程序 参数

   

posted @ 2009-09-10 14:22 零圈圈 阅读(163) | 评论 (0)编辑 收藏

仅列出标题
共2页: 1 2 

导航

随笔分类(15)

随笔档案(15)

最新评论