搜索资源列表
C和指针
- 是一本好书,非常详细的讲解了C语言,并不仅仅是指针,可能是翻译有误。-books is a very detailed account of the C language, and not just target may be a translation error.
C和指针(中文版)
- C和指针(中文版)-C and Pointer (Chinese).
c语言编程宝典(王大刚)
- 基础篇 1.1 Turbo C语言概述 1.2 C语言的特点 1.3 Turbo C 概述 1.4 Turbo C 2.0的安装和启动 1.5 Turbo C 2.0集成开发环境的使用 1. 数据类型、变量和运算符 2. 数据类型 3. 关键字和标识符 4. 变量 5. 运算符 Turbo C 程序设计初步 1.1 输入输出函数及控制流程语句 1.2 文件的输入输出函数 1.3 控制流程语句
The Function Pointer Tutorials
- 本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。-paper detailed descr iption of C and C function pointer syntax and use. And to illustrate how to use the function pointer to achieve Callback functions.
pointonc
- c和指针,这是我见过的最好的c语言书之一,已经绝版-c and indicators, which is the best I have seen the c language book, out of print
C_CPointer
- 凸现指针对c的重要性,提供宝贵的提示和智慧的警告。 指针为什么如此重要:正是指针使c的威力无穷。有些任务其它语言可以实现,但c能够更有效的实现;有些任务其它语言无法实现,如访问硬件,但是c可以实现。想要成为出色的c程序员,正确完整的理解指针是一个先决条件