搜索资源列表
Stack-using-Pointer
- stack using pointer using c in a simple and lucid manner
Dev_Callback
- 使用Dev-C++编写的线性链表,用到了回调函数和指向指针的指针,非常经典。-Use a linear list, written by Dev-C++ to use a callback function pointer to a pointer, very classic.
pointerFunctions
- Genral pointer functions in c-Genral pointer functions in c++
FunctionPointer
- C++函数指针的简单应用C++函数指针应用C++函数指针应用-C++ function pointer applications
snake
- VC++6.0编写的控制台C/C++贪吃蛇游戏,游戏使用了数组,指针,文件操作,没有使用结构体,单双链表,适合初学C++同学练习! C/C++语言作业:zjlj jhanker,2015.3.16-VC++6.0 written in the console C/C++ Snake game, the game uses the array, pointer, file operations, without the use of structure, single and double lin
C-language-pointer-examples
- C语言编写的指针强化详细的例子程序,时候C语言初学者,及需要补充指针基础知识的同学。-C language pointer strengthen procedures detailed example, when the C language for beginners, and the need to supplement the students the basics of pointers.
PermanentCalendar
- 刚学习c,写了个万年历系统,还没有用到指针。-Just learning C, write a calendar system, also did not use the pointer.
PressButton.doc
- C++编程题目: Create a program that define PressButton to call different function through pointer of function, and get the results as follow. void main() { PressButton(Show); PressButton(Popmenu); } Output: Call Show function Call