Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Memory as a Programming Concept in C and C++ by Frantisek Frane [Repost]

Posted By: Free butterfly
Memory as a Programming Concept in C and C++ by Frantisek Frane [Repost]

Memory as a Programming Concept in C and C++ by Frantisek Franek
English | November 17, 2003 | ISBN: 052181720X | 272 pages | CHM | 3 MB

Assuming readers have a basic familiarity with C or C++, Frantisek Franek describes the techniques, methods and tools available to develop effective memory usage. The overwhelming majority of "bugs" and crashes in computer programming stem from problems of memory access, allocation, or deallocation. Such memory related errors are notoriously difficult to resolve. Moreover, the role that memory plays in C and C++ programming is a subject often overlooked in courses and in books. Most professional programmers learn about it entirely through actual experience of the problems it causes.