|
C++ How To Program - Solution Manual
Ebooks category
C/C++/C#
, eBook Downloads [12057]
In this book, you will master the five key components of C++ as well as four contemporary
programming
paradigms:
1. C procedural programming—Chapters 1–5 and 16–18; key topics include data
types, control structures, functions, arrays, pointers, strings,
structures, bit manipulation,
character manipulation, preprocessing and others.
2. C++ procedural programming enhancements to C—Sections 3.15–3.21;
key topics
include inline functions, references, default arguments, function overloading
and function templates.
3. C++ object-based
programming—Chapters 6–8; key topics include abstract data
types, classes, objects, encapsulation, information hiding, member access control,
constructors, destructors, software reusability, constant objects and member functions,
composition, friendship, dynamic memory allocation, static
members,
this pointer and others.
4. C++ object-oriented programming—Chapters 9–15, 19 and 21; key topics include
base classes, single
inheritance, derived classes, multiple inheritance, virtual
functions, dynamic binding, polymorphism, pure virtual functions, abstract
classes, concrete
classes, stream input/output, class templates, exception handling,
file processing, data structures, strings as full-fledged objects, data type bool, cast
operators, namespaces, run-time type information (RTTI), explicit constructors
and mutable members.
5. C++ generic programming—Chapter
20—the largest chapter in the book; key
topics include the Standard Template Library (STL), templatized containers, sequence
containers, associative
containers, container adaptors, iterators that
traverse templatized containers and algorithms that process the elements of templatized
Harvey
M. Deitel, Paul J. Deitel, "C++ How to Program, 4th Edition”
Prentice Hall | 2002 | ISBN: 0130384747 | 1408 pages | PDF | 101 MB
With nearly 250,000 sold, Harvey and Paul Deitel'sC++ How to Programis the world's best-selling introduction to C++ programming. Now, this classic has been
thoroughly updated! The authors have given this edition a general tune-up of object-oriented programming presentation. The new Fourth Edition has a new code-highlighting
style that uses an alternate background color to focus the reader on new code elements in a program. The Deitels' C++ How to Program is the most comprehensive,
practical introduction to C++ ever published -- with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and
exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. This new Fourth Edition has an upgraded OOD/UML
case to latest UML standard, as well as significant improvements to exception handling and operator overloading chapters. Features enhanced treatment of strings and arrays
as objects earlier in the book using standard C++ classes, string and vector. The Fourth Edition retains every key concept and technique ANSI C++ developers need to
master: control structures, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O,
templates, exception handling, file processing, data structures, and more. It also includes a detailed introduction to Standard Template Library (STL) containers, container
adapters, algorithms, and iterators. The accompanying CD-ROM includes all the code from the book as well as essential software for learning C++. For anyone who wants to
learn C++, improve their existing C++ skills, and master object-oriented development with C++.
|

Download
this eBook
File size
10.1 MB
Free eBook Review
|