搜索资源列表
C++_compiler_debugger
- C++编译器和调试器以及库使用汇总,PDF格式-C compiler and debugger as well as the use of the summary, PDF format
differenct
- 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
VC--bianyi-canshushezhi
- Visual C++开发环境编译参数设置,-Visual C++ compiler parameter settings
CPP_CProgramming-Guide-
- 提高C/C++性能的文档,强调规范和软件工程的思想,更是从编译器角度深层解释高效运行的原理-Improve the document of C/C++ performance,Emphasize norms and software engineering idea from the compiler Angle, but also the principle of efficient deep explanation
program
- C编译器错误与解决方法,不只适用于KEIL-C compiler error with the solution, not only in KEIL