Skip to content

Introduction to Programming with C++

Best in textbook rentals since 2012!

ISBN-10: 0136097200

ISBN-13: 9780136097204

Edition: 2nd 2010

Authors: Y. Daniel Liang

List price: $121.60
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:

A solid foundation in the basics of C++ programming will allow students to create efficient, elegant code ready for any production environment. Learning basic logic and fundamental programming techniques are essential for new programmers to succeed. A distinctive fundamentals-first approach and clear, concise writing style characterize this unique text. Basic programming concepts are introduced on control statements, loops, functions, and arrays before object-oriented programming is discussed. Abstract concepts are carefully and concretely explained using simple, short, and stimulating examples. Explanations are presented in brief segments, with many figures and tables. This second edition…    
Customers also bought

Book details

List price: $121.60
Edition: 2nd
Copyright year: 2010
Publisher: Prentice Hall PTR
Publication date: 4/5/2009
Binding: Paperback
Pages: 696
Size: 8.00" wide x 9.75" long x 1.00" tall
Weight: 2.838
Language: English

Introduction to Computers, Programs, and C++
Elementary Programming
Selections
Loops
Function Basics
Advanced Function Features
Single-Dimensional Arrays
Multidimensional Arrays
Objects and Classes
Class Design
Pointers and Dynamic Memory Management
Templates and Vectors
File Input and Output
Operator Overloading
Inheritance and Polymorphism
Exception Handling
Recursion
Algorithm Efficiency
Sorting
Linked Lists, Stacks, and Queues The following bonus chapters are on bookrsquo;s Web site
Binary Search Trees
STL Containers
STL Algorithms
Graphs and Applications
Weighted Graphs and Applications
AVL Trees and Splay Trees
Appendixes
C++ Keywords
The ASCII Character Set
Operator Precedence Chart
Number Systems