搜索资源列表
pointer
- Pointer是初學C語言者,最大的障礙,透過本教學文檔,可以釐清pointer的觀念。-Pointer C language learning is that the biggest obstacles through the teaching files, can clarify the concept pointer.
C-pointer-right-left-law
- 详细介绍c指针的右左法则,对于辨别复杂形势的指针声明不再是难题,同时有示例便于理解。-Details of the c pointer right-left rule, declare a pointer to identify the complexity of the situation is no longer a problem, while the example easier to understand.
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++. Written and executable in Visua
fastest_smart_pointer
- 撰写您自己的智能指针将专门解决性能问题。当调试结束后,您采取了由此产生的类(命名为: AUTO_REF )试车,到能与其他类似的课程。-write your own smart pointer which will specifically address the performance issue. When debugging was over, you took the resulting class (named: AUTO_REF) to the test track, to go h
smart_pointer_src
- The Safest Smart Pointer of the East
pointer
- 验证指针本质是一个占四个字节的东西,这个东西代表的是变量的地址,并可以通过四个字符保存下来(除函数指针): 将整型,字符型,结构体型数据的地址保存到一个字符数组中,每个地址都只占4个字节。然后从数组中每次取四个,转换成指针,再通过该指针找到原先存的数据。-Verify pointer essence is a total of four bytes of the things this thing represents the address of a variable, and can b
pointer
- Vc++ 主要讲解智能指针, 对c++学员有用-Vc++ smart pointer to the main talks on the c++ useful for students
pointer
- 用C语言写的,通过指针来计算字符串的长度的程序;很短!-pointer
VC.dynamic.pointer.shape.design.code
- VC动态指针形状设计经典代码VC dynamic pointer shape design classic code -VC dynamic pointer shape design classic code
POINTER.C
- well described pointer c
Vb-pointer-with-string-
- 用Vb指针技术提高字符串处理的效率,可以有效解决VB操作大量字符串时速度慢的问题-Vb pointer with string processing technology to improve the efficiency of operation of a large number of VB can be an effective solution to the problem of slow speed when the string
vc-pointer
- 一份不错的C指针教程,告诉你如何更好的使用指针-A good C pointers tutorial tells you how to better use the pointer
C-language-pointer-topics
- C语言指针专题:从C基础描述指针特殊性和原理-C language pointer topics: basic descr iption of the pointer from the C and the principle of specificity
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.
use-the--pointer
- 指针使用,大家对指针的使用刚学习阶段都会存在困惑,希望能帮到您。-Pointer use, we use the pointer will just learn there is confusion stage, hope to help you.
CSharp-use-pointer
- 详细介绍了,C#平台下怎么使用C++指针的方法。-it shows how to use pointer in C#.
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!)