Cantitate/Preț
Produs

Memory as a Programming Concept in C and C++

Autor Frantisek Franek
en Limba Engleză Paperback – 16 noi 2003
The overwhelming majority of bugs and crashes in computer programming stem from problems of memory access, allocation, or deallocation. Such memory related errors are also notoriously difficult to debug. Yet the role that memory plays in C and C++ programming is a subject often overlooked in courses and in books because it requires specialised knowledge of operating systems, compilers, computer architecture in addition to a familiarity with the languages themselves. Most professional programmers learn entirely through experience of the trouble it causes. This 2004 book provides students and professional programmers with a concise yet comprehensive view of the role memory plays in all aspects of programming and program behaviour. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 31176 lei  6-8 săpt.
  Cambridge University Press – 16 noi 2003 31176 lei  6-8 săpt.
Hardback (1) 71993 lei  6-8 săpt.
  Cambridge University Press – 16 noi 2003 71993 lei  6-8 săpt.

Preț: 31176 lei

Preț vechi: 38970 lei
-20% Nou

Puncte Express: 468

Preț estimativ în valută:
5967 6295$ 4972£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780521520430
ISBN-10: 0521520436
Pagini: 276
Ilustrații: 1
Dimensiuni: 152 x 227 x 12 mm
Greutate: 0.37 kg
Ediția:New.
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States

Cuprins

1. Introduction; 2. From source file to executable file; 3. Variables and objects, pointers and addresses; 4. Dynamic allocation and deallocation of memory; 5. Functions and function calls; 6. One-dimensional arrays and strings; 7. Multi-dimensional arrays; 8. Classes and objects; 9. Linked data structures; 10. Memory leaks and their debugging; 11. Programs in execution - processes and threads.

Descriere

A concise yet comprehensive view of the role memory plays in all aspects of programming, first published in 2004.