Skip to content

Memory as a Programming Concept in C and C++

Best in textbook rentals since 2012!

ISBN-10: 0521520436

ISBN-13: 9780521520430

Edition: 2004

Authors: Frantisek Franek

List price: $53.99
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

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 book provides students and professional programmers with a concise yet comprehensive view of the role memory plays in all aspects of…    
Customers also bought

Book details

List price: $53.99
Copyright year: 2004
Publisher: Cambridge University Press
Publication date: 11/17/2003
Binding: Paperback
Pages: 276
Size: 5.98" wide x 8.94" long x 0.47" tall
Weight: 1.100
Language: English

Introduction
From source file to executable file
Variables and objects, pointers and addresses
Dynamic allocation and deallocation of memory
Functions and function calls
One-dimensional arrays and strings
Multi-dimensional arrays
Classes and objects
Linked data structures
Memory leaks and their debugging
Programs in execution - processes and threads