Skip to content

Introduction to Programming Using C++, Comprehensive

Best in textbook rentals since 2012!

ISBN-10: 013225445X

ISBN-13: 9780132254458

Edition: 2007

Authors: Y. Daniel Liang

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

Learning basic logic and fundamental programming techniques are essential for new programmers to succeed. Liangrsquo;s distinctive fundamentals-first approach and clear, concise writing style characterize this unique new book. Introduces basic programming concepts of control statements, loops, functions, and arrays before discussing object-oriented programming. Explains abstract concepts carefully and concretely using simple, short, and stimulating examples. Presents explanations in brief segments, with many figures and tables. Offers a variety of interesting examples (approx 150), including games, business applications, and mathematical problems. A useful reference for computer…    
Customers also bought

Book details

List price: $119.60
Copyright year: 2007
Publisher: Prentice Hall PTR
Binding: Mixed Media
Pages: 672
Size: 8.00" wide x 9.75" long x 1.00" tall
Weight: 2.596
Language: English

Introduction to computers, programs, and C++
Primitive data types and operations
Selection statements
Loops
Functions
Arrays
Pointers and C-strings
Recursion
Objects and classes
More on objects and classes
Inheritance and polymorphism
File input and output
Operator overloading
Exception handling
Templates
Linked lists, stacks, and queues
Trees, heaps, and priority queues
Algorithm efficiency and sorting
STL containers
STL algorithms