๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

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 Implem
โœ Blunden, Bill ๐Ÿ“‚ Library ๐Ÿ“… 2003;2002 ๐ŸŒ English โš– 4 MB

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 Implem
โœ Blunden, Bill ๐Ÿ“‚ Library ๐Ÿ“… 2003;2002 ๐ŸŒ English โš– 4 MB

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

Programming in C: A Complete Introductio
โœ Stephen G. Kochan ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› Sams ๐ŸŒ English โš– 5 MB

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