weidagang2046的专栏

物格而后知致
随笔 - 8, 文章 - 409, 评论 - 101, 引用 - 0
数据加载中……

C/C++

C语言中对文件的随机存取

posted @ 2007-01-05 10:49 weidagang2046 阅读(1834) | 评论 (0)  编辑

C语言学习进程:fseek与ftell函数

posted @ 2007-01-05 10:46 weidagang2046 阅读(35063) | 评论 (7)  编辑

C++标准I/O重定向

posted @ 2006-11-19 21:38 weidagang2046 阅读(2019) | 评论 (0)  编辑

VC++2005快速构建安全的应用程序

posted @ 2006-11-09 23:24 weidagang2046 阅读(324) | 评论 (0)  编辑

用C++实现简单的文件I/O操作

posted @ 2006-10-13 08:45 weidagang2046 阅读(408) | 评论 (0)  编辑

C++的多态性实现机制剖析

posted @ 2006-10-09 22:02 weidagang2046 阅读(526) | 评论 (0)  编辑

学STL Iterator,traits笔记

posted @ 2006-09-25 11:48 weidagang2046 阅读(3754) | 评论 (0)  编辑

The Standard Librarian: What Are Allocators Good For?

posted @ 2006-09-16 15:08 weidagang2046 阅读(713) | 评论 (0)  编辑

Using auto_ptr to Handle Memory

posted @ 2006-09-14 08:46 weidagang2046 阅读(651) | 评论 (0)  编辑

const使用详解

posted @ 2006-08-15 00:01 weidagang2046 阅读(298) | 评论 (0)  编辑

All About: File I/O in C++

posted @ 2006-05-21 20:43 weidagang2046 阅读(543) | 评论 (0)  编辑

C++中动态分配二维数组的方法

posted @ 2006-05-16 21:39 weidagang2046 阅读(834) | 评论 (0)  编辑

using Declaration

posted @ 2006-03-12 13:44 weidagang2046 阅读(768) | 评论 (0)  编辑

Use Functor for Callbacks in C++

posted @ 2006-01-21 15:45 weidagang2046 阅读(421) | 评论 (0)  编辑

A Crash Course in the C++ Standard Template Library

posted @ 2005-12-16 17:35 weidagang2046 阅读(761) | 评论 (0)  编辑

教你理解复杂的C/C++声明

posted @ 2005-12-13 17:00 weidagang2046 阅读(261) | 评论 (0)  编辑

Member Function Pointers and the Fastest Possible C++ Delegates

posted @ 2005-11-03 04:32 weidagang2046 阅读(1353) | 评论 (0)  编辑

Pointers to C++ Member Functions

posted @ 2005-11-03 03:47 weidagang2046 阅读(776) | 评论 (0)  编辑

C++中异常处理的游戏规则

posted @ 2005-11-02 01:13 weidagang2046 阅读(315) | 评论 (0)  编辑

C++中几个比较不常用的关键字

posted @ 2005-11-02 01:00 weidagang2046 阅读(263) | 评论 (0)  编辑

C++ constructor trivia

posted @ 2005-10-23 22:55 weidagang2046 阅读(631) | 评论 (0)  编辑

C++箴言:绝不在构造或析构期调用虚函数

posted @ 2005-10-23 22:01 weidagang2046 阅读(285) | 评论 (0)  编辑

Smart Pointers - What, Why, Which?

posted @ 2005-10-23 18:47 weidagang2046 阅读(532) | 评论 (0)  编辑

How to interpret complex C/C++ declarations

posted @ 2005-10-17 14:16 weidagang2046 阅读(483) | 评论 (0)  编辑

strtok用法

posted @ 2005-10-16 22:17 weidagang2046 阅读(10093) | 评论 (0)  编辑

Learn a new trick with the offsetof() macro

posted @ 2005-10-16 20:12 weidagang2046 阅读(697) | 评论 (0)  编辑

Multiple inheritance and the this pointer

posted @ 2005-10-16 16:41 weidagang2046 阅读(714) | 评论 (1)  编辑

领悟设计模式--Template Method / Visitor

posted @ 2005-09-09 16:05 weidagang2046 阅读(299) | 评论 (0)  编辑

异步消息的传递-回调机制

posted @ 2005-09-04 14:10 weidagang2046 阅读(443) | 评论 (0)  编辑

内联函数与普通函数的区别是什么

posted @ 2005-09-04 08:42 weidagang2046 阅读(3601) | 评论 (0)  编辑

基本面试题

posted @ 2005-09-03 11:41 weidagang2046 阅读(203) | 评论 (0)  编辑

C/C++数组名与指针区别深入探索

posted @ 2005-08-24 12:33 weidagang2046 阅读(251) | 评论 (1)  编辑

C变量与函数

posted @ 2005-08-11 09:41 weidagang2046 阅读(521) | 评论 (0)  编辑

C++容许private方法是virtual是不是一个漏洞

posted @ 2005-08-07 23:26 weidagang2046 阅读(2629) | 评论 (0)  编辑

内部函数和外部函数

posted @ 2005-07-10 17:38 weidagang2046 阅读(408) | 评论 (0)  编辑

c++辨析谈

posted @ 2005-07-10 17:24 weidagang2046 阅读(123) | 评论 (0)  编辑

水滴石穿C语言之可变参数问题

posted @ 2005-07-10 17:19 weidagang2046 阅读(149) | 评论 (0)  编辑

关于C的变长参数的思考心得

posted @ 2005-07-10 17:00 weidagang2046 阅读(180) | 评论 (0)  编辑

深析C++析构函数

posted @ 2005-05-12 11:24 weidagang2046 阅读(281) | 评论 (0)  编辑