CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c compiler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - c compiler - List
[
Technology Management
]
C++_compiler_debugger
DL : 0
C++编译器和调试器以及库使用汇总,PDF格式-C compiler and debugger as well as the use of the summary, PDF format
Date
: 2008-10-13
Size
: 195.95kb
User
:
车车
[
Technology Management
]
differenct
DL : 0
堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在一块区域, 未初始化的全局变量和未初始化的静态变量在相邻的另一块区域。 - 程序结束后有系统释放 4、文字常量区—常量字符串就是放在这里的。 程序结束后由系统释放 5、程序代码区—存放函数体的二进制代码。 二、例子程序 -reactors and the distinction between a stack, prior knowledge-memory allocation procedures from a c / C compiler procedures occupied by the memory is divided into the following sections 1, Stack (stack) - automatically by the compiler release distribution, storage function parameters, local variables, such as the value. Their mode of operation similar to the data structure of the stack. 2, the reactor (heap) - General to release the allocation by programmers, programmers if not released at the end of proceedings by the OS may recall. Attention to its data structure and the reactor are two different things, but similar to the distribution chain, Ha ha. 3, the overall situation (static) (static) -, global variables and static variables are stored on one, initialize the global variables and s
Date
: 2008-10-13
Size
: 14.6kb
User
:
stevephen
[
Technology Management
]
C++_compiler_debugger
DL : 0
C++编译器和调试器以及库使用汇总,PDF格式-C compiler and debugger as well as the use of the summary, PDF format
Date
: 2026-01-10
Size
: 196kb
User
:
车车
[
Technology Management
]
differenct
DL : 0
堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在一块区域, 未初始化的全局变量和未初始化的静态变量在相邻的另一块区域。 - 程序结束后有系统释放 4、文字常量区—常量字符串就是放在这里的。 程序结束后由系统释放 5、程序代码区—存放函数体的二进制代码。 二、例子程序 -reactors and the distinction between a stack, prior knowledge-memory allocation procedures from a c/C compiler procedures occupied by the memory is divided into the following sections 1, Stack (stack)- automatically by the compiler release distribution, storage function parameters, local variables, such as the value. Their mode of operation similar to the data structure of the stack. 2, the reactor (heap)- General to release the allocation by programmers, programmers if not released at the end of proceedings by the OS may recall. Attention to its data structure and the reactor are two different things, but similar to the distribution chain, Ha ha. 3, the overall situation (static) (static)-, global variables and static variables are stored on one, initialize the global variables and s
Date
: 2026-01-10
Size
: 14kb
User
:
stevephen
[
Technology Management
]
VC--bianyi-canshushezhi
DL : 0
Visual C++开发环境编译参数设置,-Visual C++ compiler parameter settings
Date
: 2026-01-10
Size
: 118kb
User
:
xinshangqiusi
[
Technology Management
]
CPP_CProgramming-Guide-
DL : 0
提高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
Date
: 2026-01-10
Size
: 113kb
User
:
华中
[
Technology Management
]
program
DL : 0
C编译器错误与解决方法,不只适用于KEIL-C compiler error with the solution, not only in KEIL
Date
: 2026-01-10
Size
: 103kb
User
:
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.