搜索资源列表
pointer
- Pointer是初學C語言者,最大的障礙,透過本教學文檔,可以釐清pointer的觀念。-Pointer C language learning is that the biggest obstacles through the teaching files, can clarify the concept pointer.
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.
pointer
- Pointer是初學C語言者,最大的障礙,透過本教學文檔,可以釐清pointer的觀念。-Pointer C language learning is that the biggest obstacles through the teaching files, can clarify the concept pointer.
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.
clonePtr
- a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s
Pointer_Samples
- Delphi 指针、地址、指针地址值的应用 Delhi7下编译-Delphi pointer, address, target address of the value of Delhi7 compiler
key_poiter_program
- 用指针函数实现最快最简单的按键控制程序。 // 按键的四种不同工作状态对应的函数指针对照表,每三字节对应一个按键 // 每一项包含三个字节,分别代表按键码,键盘状态,对应处理程序编号 // 本表对应于日常操作,不是修改状态-function pointer to achieve the quickest and most simple keypad control procedures.// Button four diff
C++pointerstrong
- pointer strong and resource management
pointer
- 关于基于mfc生成程序的视类,文档类,以及自己建立的类之间的指针调用学习,对初学者有一定帮助!-Mfc generation procedure based on visual category, document type, as well as its own category established between the call pointer learning, some help for beginners!
122222
- 让您彻底了解指针数组,数组指针,以及函数指针,以及堆中的分配规则-Allows you to thoroughly understand the pointer array, the array pointer, as well as the function pointer, as well as rules on the allocation of heap
pointer~zong~jie~
- 初学者们,为指针而困惑吗?读这个文件吧!里面对指针分析和比较的比较详细了!类型很多,请在清醒的情况下阅读,否则会越读越模糊。-Beginners were confused as a guideline and it? Reading this document now! Inside of the pointer analysis and a more detailed comparison of the! Many types in
C_C++pointer
- 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of t
huojian
- C语言编写的火箭模型代码,主要实现模型的展示,指针的操作以及图形学的编程-C languages Rocket model code, the main implementation model display, pointer operations and graphics programming
pointer
- Basic pointer examples in C/C++. Show you how to understand * and & symbol in C/C++. Written and executable in Visual C++ environment.-Basic pointer examples in C/C++. Show you how to understand* and & symbol in C/C++. W
pointer
- 学习指针的概念,指针的用法,各种场合下指针的使用-Learning the concept of pointer,pointer usage,all kinds of occasions,the use of indicators
C.pointer
- C语言里最难理解的是指针,这本书将为你详细解读指针的应用。-C-pointer in the most difficult to understand is, this book will give you a detailed explanation of the application of the pointer.
C-P-P-pointer-Experience
- CC++指针经验总结,希望帮助大家更好的学习指针。-CC++ pointer Experience lessons learned, I hope to help you better learn pointers.
C-pointer
- c语言中得难点指针令许多人头疼的问题,在此书中你会发现指针不再头疼-pointer in c language difficulties that many people have a headache, you will find in this book is no longer a headache pointer
pointer
- 不含变量名直接用new新建空间并指向,操作指针来操作字符串,ASCII的操作(Without the variable name directly with new new space and point to the operation of the pointer to manipulate the string, ASCII operation)
Function pointer
- 函数指针一目了然的用法,如果打不开,请提取代码自行编译(Learn to use function pointer!)