Skip to content

Object-Oriented Programming Using C++

Best in textbook rentals since 2012!

ISBN-10: 1423902572

ISBN-13: 9781423902577

Edition: 4th 2009 (Revised)

Authors: Joyce Farrell

List price: $239.95
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
Alternate versions
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:

Using object-oriented terminology from the start, OBJECT-ORIENTED PROGRAMMING USING C++, FOURTH EDITION will provide readers with a solid foundation in C++ programming. Like its predecessors, the fourth edition uses clear, straightforward examples to teach both the syntax of the C++ language and sound programming principles. It begins with an overview of object-oriented programming and C++, and then builds upon this knowledge to teach increasingly complex concepts, such as inheritance, templates, handling exceptions, and advanced input and output. Aimed at providing readers with the most current programming knowledge, this edition has been updated to reflect the latest software, Visual C++…    
Customers also bought

Book details

List price: $239.95
Edition: 4th
Copyright year: 2009
Publisher: Course Technology
Publication date: 6/24/2008
Binding: Paperback
Pages: 816
Size: 7.50" wide x 9.00" long x 1.25" tall
Weight: 2.684

Joyce Farrell has authored several popular programming textbooks, including books on Java, Programming Logic and Design, C#, and C++. Her books are recognized for their clear, direct writing style and effective presentation. A well-respected instructor, Ms. Farrell has taught Computer Information Systems at Harper College in Palatine, Illinois, the University of Wisconsin-Stevens Point, and McHenry County College in Crystal Lake, Illinois.

An Overview of Object-Oriented Programming and C++
Evaluating C++ Expressions
Making Decisions
Performing Loops
Understanding Arrays, Strings, and Pointers
Using C++ Functions
Using Classes
Class Features and Design Issues
Understanding Friends and Overloading Operators
Understanding Inheritance
Using Templates
Handling Exceptions
Advanced Input and Output
Advanced Topics
Appendices
Getting Started with Microsoft Visual Studio 2008
Getting Started with Other C++ Compilers
Operator Precedence and Associativity
Formatting Output
Generating Random Numbers