大龙的博客

常用链接

统计

最新评论

11 2006 档案

专题:Windows 到 Linux 之旅:第 1 部分. Linux 思想

posted @ 2006-11-28 16:11 大龙 阅读(191) | 评论 (0)  编辑

如此的宏用意何在?------------------------------------#define wait_event(wq,condition) do{ if(condition) break; __wait_event(wq,condition); }while(0)

posted @ 2006-11-28 12:11 大龙 阅读(1236) | 评论 (1)  编辑

C/C++的条件编译

posted @ 2006-11-28 10:26 大龙 阅读(1721) | 评论 (0)  编辑

关于拷贝构造函数和赋值运算符

posted @ 2006-11-27 13:29 大龙 阅读(148) | 评论 (0)  编辑

c++-------------------------------------------挎贝构造函数详解

posted @ 2006-11-27 11:45 大龙 阅读(189) | 评论 (0)  编辑

C++ Boost库简介

posted @ 2006-11-23 14:49 大龙 阅读(270) | 评论 (0)  编辑

数组指针 与 指针数组

posted @ 2006-11-21 16:01 大龙 阅读(262) | 评论 (0)  编辑

C++嵌套类

posted @ 2006-11-21 13:51 大龙 阅读(3688) | 评论 (4)  编辑

深入浅出Win32多线程程序设计之线程控制

posted @ 2006-11-10 10:45 大龙 阅读(350) | 评论 (0)  编辑

Windows线程函数概述 - 《C++编程艺术》

posted @ 2006-11-10 10:06 大龙 阅读(7343) | 评论 (5)  编辑

ftp的两种连接模式PASV(被动)和PORT(主动)

posted @ 2006-11-08 19:16 大龙 阅读(616) | 评论 (0)  编辑

hostent结构体

posted @ 2006-11-07 17:00 大龙 阅读(22420) | 评论 (5)  编辑

关键词:static

posted @ 2006-11-06 18:30 大龙 阅读(235) | 评论 (0)  编辑

static的线程函数

posted @ 2006-11-06 12:25 大龙 阅读(399) | 评论 (0)  编辑

经典好书

posted @ 2006-11-06 10:29 大龙 阅读(4407) | 评论 (10)  编辑