旅途

如果想飞得高,就该把地平线忘掉

10 2007 档案

关于C++类内const函数

posted @ 2007-10-29 02:52 旅途 阅读(975) | 评论 (2)  编辑

const成员函数

posted @ 2007-10-29 02:49 旅途 阅读(591) | 评论 (0)  编辑

构造析构顺序

posted @ 2007-10-29 02:41 旅途 阅读(334) | 评论 (0)  编辑

C++构造函数与析构函数执行顺序 ???

posted @ 2007-10-29 02:31 旅途 阅读(1232) | 评论 (0)  编辑

对象生存期

posted @ 2007-10-29 02:13 旅途 阅读(42) | 评论 (0)  编辑

头文件 extern

posted @ 2007-10-29 02:02 旅途 阅读(974) | 评论 (0)  编辑

BOOL和bool的区别

posted @ 2007-10-29 01:46 旅途 阅读(781) | 评论 (0)  编辑

++ ??????

posted @ 2007-10-29 01:42 旅途 阅读(231) | 评论 (0)  编辑

Strcpy与memcpy两函数的经典实现

posted @ 2007-10-29 01:23 旅途 阅读(631) | 评论 (0)  编辑

sizeof

posted @ 2007-10-29 01:12 旅途 阅读(372) | 评论 (0)  编辑

分别给出BOOL,int,float,指针变量 与“零值”比较的 if 语句

posted @ 2007-10-29 01:08 旅途 阅读(1944) | 评论 (0)  编辑

GetMemory 改错

posted @ 2007-10-29 01:03 旅途 阅读(4322) | 评论 (1)  编辑

strcpy

posted @ 2007-10-29 00:56 旅途 阅读(729) | 评论 (0)  编辑

new 和 malloc

posted @ 2007-10-29 00:50 旅途 阅读(585) | 评论 (0)  编辑

类中的常量

posted @ 2007-10-27 01:04 旅途 阅读(317) | 评论 (0)  编辑

什么是堆内存分配栈内存分配

posted @ 2007-10-27 00:42 旅途 阅读(557) | 评论 (0)  编辑

计算机虚拟内存最小值太低的解决和处理办法

posted @ 2007-10-27 00:36 旅途 阅读(1224) | 评论 (0)  编辑

windows驱动程序开发环境配置

posted @ 2007-10-27 00:32 旅途 阅读(3184) | 评论 (0)  编辑

C++ 的“函数内联”

posted @ 2007-10-27 00:23 旅途 阅读(223) | 评论 (0)  编辑

/

posted @ 2007-10-26 17:47 旅途 阅读(143) | 评论 (0)  编辑

C++ 中不能重载的运算符

posted @ 2007-10-26 17:30 旅途 阅读(1076) | 评论 (0)  编辑

10分钟完成一个USB驱动程序

posted @ 2007-10-26 00:55 旅途 阅读(1136) | 评论 (1)  编辑

DriverStudio工具包介绍

posted @ 2007-10-26 00:37 旅途 阅读(456) | 评论 (0)  编辑

scanf 详解

posted @ 2007-10-22 01:24 旅途 阅读(719) | 评论 (0)  编辑

scanf

posted @ 2007-10-22 01:22 旅途 阅读(95) | 评论 (0)  编辑

scanf 空格

posted @ 2007-10-22 01:10 旅途 阅读(1392) | 评论 (0)  编辑

利用指针返回动态内存

posted @ 2007-10-22 01:09 旅途 阅读(208) | 评论 (0)  编辑

const char *

posted @ 2007-10-22 01:06 旅途 阅读(149) | 评论 (0)  编辑

联发笔试 一个数组的使用

posted @ 2007-10-22 00:45 旅途 阅读(706) | 评论 (0)  编辑

memmove

posted @ 2007-10-22 00:37 旅途 阅读(247) | 评论 (0)  编辑

++i不产生临时变量,i++产生临时变量

posted @ 2007-10-22 00:36 旅途 阅读(380) | 评论 (0)  编辑

strcat

posted @ 2007-10-22 00:34 旅途 阅读(281) | 评论 (0)  编辑

含有中文字符串的截取问题!

posted @ 2007-10-12 02:08 旅途 阅读(1232) | 评论 (0)  编辑

ascii 字符 整数

posted @ 2007-10-12 01:55 旅途 阅读(203) | 评论 (0)  编辑

美国标准信息交换标准码 (ASCII)

posted @ 2007-10-12 01:49 旅途 阅读(453) | 评论 (0)  编辑

在C语言中显示汉字

posted @ 2007-10-12 01:41 旅途 阅读(642) | 评论 (0)  编辑

cout如何输出数值的二进制格式?

posted @ 2007-10-12 01:36 旅途 阅读(16577) | 评论 (0)  编辑

C++中Static的完全解析

posted @ 2007-10-06 01:45 旅途 阅读(282) | 评论 (0)  编辑

c++中const的完全解析

posted @ 2007-10-06 01:43 旅途 阅读(150) | 评论 (0)  编辑

const常量编译期的内存分配情况

posted @ 2007-10-06 01:37 旅途 阅读(1211) | 评论 (0)  编辑

typeid

posted @ 2007-10-06 01:24 旅途 阅读(350) | 评论 (0)  编辑

编译时刻 运行时刻 一个例子

posted @ 2007-10-06 01:10 旅途 阅读(118) | 评论 (0)  编辑

引用 --一旦指定就不能指向其他对象

posted @ 2007-10-06 01:03 旅途 阅读(101) | 评论 (0)  编辑

如何组织编写模板程序 转

posted @ 2007-10-06 00:42 旅途 阅读(171) | 评论 (0)  编辑

VC下模板类

posted @ 2007-10-06 00:33 旅途 阅读(1896) | 评论 (2)  编辑

C++/CLR泛型与C++模板之间的对比

posted @ 2007-10-05 01:56 旅途 阅读(228) | 评论 (0)  编辑

++

posted @ 2007-10-05 01:49 旅途 阅读(67) | 评论 (0)  编辑

类的构造函数初始化表

posted @ 2007-10-05 01:03 旅途 阅读(385) | 评论 (0)  编辑