Memory as a Programming Concept in C and C++
โ Scribed by Frantisek Franek
- Book ID
- 127445343
- Publisher
- Cambridge University Press
- Year
- 2003
- Tongue
- English
- Weight
- 3 MB
- Category
- Library
- ISBN-13
- 9780521520430
No coin nor oath required. For personal study only.
โฆ Synopsis
Franek (McMaster U.) reminds us that programs are not executed in a vacuum but in a computer memory, a simple fact that changes the way must programmers and students must think about the semantics of the programming language. He begins by describing the transformation of a source file to an executable module, the work of variables as "data containers," the dynamic allocation and de-allocation of memory, functions and function calls, one-dimensional arrays and strings, multi-dimensional arrays, classes and objects, linked data structures, leaks and their debugging, and programs in execution expressed as processes and threads. He includes a glossary and a web site to obtain the lengthier examples of code.
๐ SIMILAR VOLUMES
Memory Management: Algorithms and Implementation in C/C++ presents several concrete implementations of garbage collection and explicit memory management algorithms. Every implementation is complemented by an in-depth presentation of theory, followed by benchmark tests, a complete listing of C/C++ so
Memory Management: Algorithms and Implementation in C/C++ presents several concrete implementations of garbage collection and explicit memory management algorithms. Every implementation is complemented by an in-depth presentation of theory, followed by benchmark tests, a complete listing of C/C++ so
Updated edition of Stephen Kochan's classic C programming best-seller. ยท The powerful and easy-to-learn C language is still among the most popular programming languages available, especially among game and small device programmers. ยท Over two hundred thousand readers agree that Steph