旅途

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

C/C++

关于C++类内const函数

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

const成员函数

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

构造析构顺序

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

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

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

头文件 extern

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

BOOL和bool的区别

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

++ ??????

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

Strcpy与memcpy两函数的经典实现

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

sizeof

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

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

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

GetMemory 改错

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

strcpy

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

new 和 malloc

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

类中的常量

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

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

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

C++ 的“函数内联”

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

/

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

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

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

scanf 详解

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

scanf

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

scanf 空格

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

利用指针返回动态内存

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

const char *

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

联发笔试 一个数组的使用

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

memmove

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

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

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

strcat

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

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

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

ascii 字符 整数

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

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

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

在C语言中显示汉字

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

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

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

C++中Static的完全解析

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

c++中const的完全解析

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

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

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

typeid

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

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

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

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

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

如何组织编写模板程序 转

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

VC下模板类

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

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

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

++

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

类的构造函数初始化表

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

异常规范

posted @ 2007-09-29 00:57 旅途 阅读(919) | 评论 (1)  编辑

set_unexpected函数--看VC6.0对Standard C++的支持

posted @ 2007-09-29 00:55 旅途 阅读(519) | 评论 (0)  编辑

vc忽略了异常规范

posted @ 2007-09-29 00:49 旅途 阅读(1173) | 评论 (0)  编辑

异常规范

posted @ 2007-09-29 00:39 旅途 阅读(586) | 评论 (0)  编辑

VC++中的异常与标准C++异常的差别和联系(转载自Microsoft Systems Journal 1999)

posted @ 2007-09-29 00:34 旅途 阅读(611) | 评论 (0)  编辑

异常 重点 层次 虚拟

posted @ 2007-09-29 00:29 旅途 阅读(81) | 评论 (0)  编辑

typeid

posted @ 2007-09-28 23:54 旅途 阅读(135) | 评论 (0)  编辑

MFC异常 与C++标准异常

posted @ 2007-09-28 23:44 旅途 阅读(913) | 评论 (0)  编辑

dynamic_cast注意的地方

posted @ 2007-09-28 23:39 旅途 阅读(126) | 评论 (0)  编辑

VC编译选项

posted @ 2007-09-28 23:27 旅途 阅读(173) | 评论 (0)  编辑

dynamic

posted @ 2007-09-28 22:28 旅途 阅读(161) | 评论 (0)  编辑

字符串分析 --继续

posted @ 2007-09-24 18:17 旅途 阅读(349) | 评论 (0)  编辑

C++堆、栈、自由存储区、全局/静态存储区和常量存储区

posted @ 2007-09-06 01:59 旅途 阅读(302) | 评论 (0)  编辑

c与c++ static函数的区别

posted @ 2007-09-06 01:58 旅途 阅读(1088) | 评论 (0)  编辑

在一个随机数组中同时求出最大值与最小值

posted @ 2007-09-06 01:55 旅途 阅读(3109) | 评论 (0)  编辑

在类的头文件中保存静态变量

posted @ 2007-09-06 01:54 旅途 阅读(816) | 评论 (0)  编辑

内存分配1

posted @ 2007-09-06 01:48 旅途 阅读(90) | 评论 (0)  编辑

我的指针操作的好例子

posted @ 2007-09-06 01:40 旅途 阅读(129) | 评论 (0)  编辑

指针的前置++与后置++的区别

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

指针变量的储单元的大小

posted @ 2007-09-06 01:23 旅途 阅读(1395) | 评论 (0)  编辑

面试系列8--返回整数中为1的位数(优化版)

posted @ 2007-09-05 01:17 旅途 阅读(171) | 评论 (0)  编辑

面试系列5--以单词为最小单位翻转字符串(改进版)

posted @ 2007-09-05 01:16 旅途 阅读(305) | 评论 (0)  编辑

面试系列3--冒泡算法(优化)

posted @ 2007-09-05 01:16 旅途 阅读(161) | 评论 (0)  编辑

面试系列2--约瑟夫环问题(Josephus)

posted @ 2007-09-05 01:15 旅途 阅读(440) | 评论 (0)  编辑

面试系列1--返回整数中为1的位数

posted @ 2007-09-05 01:14 旅途 阅读(125) | 评论 (0)  编辑

指针加减

posted @ 2007-09-05 01:12 旅途 阅读(282) | 评论 (0)  编辑

关于指针的加减操作的理解

posted @ 2007-09-05 01:09 旅途 阅读(245) | 评论 (0)  编辑

C++内存管理详解

posted @ 2007-09-05 00:54 旅途 阅读(93) | 评论 (0)  编辑

我自己实验的方法,用来访问私有成员

posted @ 2007-09-05 00:50 旅途 阅读(96) | 评论 (0)  编辑

C++中巧用#define访问类的私有成员

posted @ 2007-09-05 00:08 旅途 阅读(90) | 评论 (0)  编辑

CC++笔试经典题目2

posted @ 2007-09-04 00:52 旅途 阅读(537) | 评论 (2)  编辑

数组的定义

posted @ 2007-09-04 00:47 旅途 阅读(192) | 评论 (0)  编辑

CC++笔试经典题目 1

posted @ 2007-09-04 00:43 旅途 阅读(977) | 评论 (3)  编辑

类的不安全性在于可通过类的指针访问类的成员

posted @ 2007-09-04 00:32 旅途 阅读(144) | 评论 (0)  编辑

数组 string \0

posted @ 2007-08-11 00:46 旅途 阅读(160) | 评论 (0)  编辑

C的memcpy和strcpy的区别是什么

posted @ 2007-08-11 00:24 旅途 阅读(172) | 评论 (0)  编辑

memcpy() -- 拷贝内存内容

posted @ 2007-08-11 00:16 旅途 阅读(416) | 评论 (0)  编辑

在C++中创建持久对象

posted @ 2007-07-31 13:01 旅途 阅读(137) | 评论 (0)  编辑

嵌入式C程序员面试应注意的一些问题

posted @ 2007-07-30 15:35 旅途 阅读(107) | 评论 (0)  编辑

函数可重入性及编写规范

posted @ 2007-07-29 11:15 旅途 阅读(230) | 评论 (0)  编辑

缓冲区溢出原理浅析以及防护
     摘要: 缓冲区溢出原理浅析以及防护  阅读全文

posted @ 2007-07-22 03:18 旅途 阅读(258) | 评论 (0)  编辑

缓冲区溢出原理及防护
     摘要: 缓冲区溢出原理及防护   阅读全文

posted @ 2007-07-22 03:17 旅途 阅读(443) | 评论 (0)  编辑

strcpy strncpy 区别
     摘要: strcpy strncpy 区别  阅读全文

posted @ 2007-07-22 02:20 旅途 阅读(155) | 评论 (0)  编辑

[转载]C语言防止缓冲区溢出方法

posted @ 2007-07-22 02:16 旅途 阅读(627) | 评论 (0)  编辑