weidagang2046的专栏

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

C/C++

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

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

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

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

C++标准I/O重定向

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

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

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

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

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

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

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

学STL Iterator,traits笔记

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

The Standard Librarian: What Are Allocators Good For?

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

Using auto_ptr to Handle Memory

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

const使用详解

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

All About: File I/O in C++

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

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

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

using Declaration

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

Use Functor for Callbacks in C++

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

A Crash Course in the C++ Standard Template Library

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

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

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

Member Function Pointers and the Fastest Possible C++ Delegates

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

Pointers to C++ Member Functions

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

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

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

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

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

C++ constructor trivia

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

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

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

Smart Pointers - What, Why, Which?

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

How to interpret complex C/C++ declarations

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

strtok用法

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

Learn a new trick with the offsetof() macro

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

Multiple inheritance and the this pointer

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

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

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

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

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

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

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

基本面试题

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

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

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

C变量与函数

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

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

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

内部函数和外部函数

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

c++辨析谈

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

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

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

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

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

深析C++析构函数

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