随笔 - 60, 文章 - 0, 评论 - 197, 引用 - 0
数据加载中……

09 2007 档案

C++ 拷贝构造函数与赋值函数
     摘要: C++ 的拷贝函数和赋值函数既有联系又有区别,不细究的话很容易搞混,遂以小例示之,权作解惑之用  阅读全文

posted @ 2007-09-09 17:49 Normandy 阅读(2671) | 评论 (2)  编辑

gdb 基本用法小结
     摘要: gdb 基本用法小结  阅读全文

posted @ 2007-09-07 16:02 Normandy 阅读(599) | 评论 (0)  编辑

Makefile 模板
     摘要: 一个通用的 Makefile   阅读全文

posted @ 2007-09-06 18:40 Normandy 阅读(1967) | 评论 (0)  编辑

[转]使用make更新库文件

posted @ 2007-09-06 18:20 Normandy 阅读(302) | 评论 (0)  编辑

[转]Makefile 的隐含规则

posted @ 2007-09-06 18:19 Normandy 阅读(414) | 评论 (0)  编辑

[转]Make 的运行

posted @ 2007-09-06 18:15 Normandy 阅读(288) | 评论 (0)  编辑

[转]Makefile 中使用函数

posted @ 2007-09-06 18:13 Normandy 阅读(383) | 评论 (0)  编辑

[转]Makefile 使用条件判断

posted @ 2007-09-06 18:06 Normandy 阅读(446) | 评论 (0)  编辑

[转]Makefile 中使用变量

posted @ 2007-09-06 18:03 Normandy 阅读(460) | 评论 (0)  编辑

[转]Makefile 书写命令

posted @ 2007-09-06 18:00 Normandy 阅读(338) | 评论 (0)  编辑

[转]Makefile书写规则

posted @ 2007-09-06 17:57 Normandy 阅读(354) | 评论 (0)  编辑

[转]Makefile 介绍

posted @ 2007-09-06 17:53 Normandy 阅读(332) | 评论 (0)  编辑

[转]Makefile 概述

posted @ 2007-09-06 17:47 Normandy 阅读(336) | 评论 (0)  编辑

Emacs Reference Card
     摘要: Emacs reference card  阅读全文

posted @ 2007-09-05 19:24 Normandy 阅读(541) | 评论 (0)  编辑

C/C++ 混合编程
     摘要: 如何在C++中调用已经被编译好的C函数?下面的小例子展示了这个过程:  阅读全文

posted @ 2007-09-04 17:55 Normandy 阅读(2410) | 评论 (3)  编辑