Skip to content

Teach Yourself C++ in 21 Days

Best in textbook rentals since 2012!

ISBN-10: 0672310708

ISBN-13: 9780672310706

Edition: 2nd 1997

Authors: Jesse Liberty

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

Programming techniques are presented in a logical and easy to follow sequence that helps the reader really understand the principles involved in developing programs. This guide can be used with any of the C++ compilers on the market.
Customers also bought

Book details

List price: $29.99
Edition: 2nd
Copyright year: 1997
Publisher: Sams
Binding: Paperback
Pages: 792
Size: 7.28" wide x 9.06" long x 1.97" tall
Weight: 2.926
Language: English

Jesse Liberty is a Master Consultant for Falafel Software, aMicrosoft MVP, a Telerik MVP, an author, and he creates courses forPluralsight. Liberty hosts the popular Yet Another Podcast and his blog isconsidered required reading. He was a Senior Evangelist for Microsoft, a XAML Evangelistfor Telerik, a Distinguished Software Engineer at ATT; Software Architectfor PBS and Vice President of Information Technology at Citibank. Jesse can befollowed on twitter at @JesseLiberty

Introduction
Getting Started
The Parts of a C++ Program
Variables and Constants
Expressions and Statements
Functions
Basic Classes
More Program Flow
Pointers
References
Advanced Functions
Arrays
Inheritance
Polymorphism
Special Classes and Functions
Advanced Inheritance
Streams
The Preprocessor
Object-Oriented Analysis and Design
Templates
Exceptions and Error Handling
What's Next
Operator Precedence
C++ Keywords
Binary and Hexadecimal
App. D: Answers
Index