Skip to content

Starting Out with C++

Best in textbook rentals since 2012!

ISBN-10: 1576761266

ISBN-13: 9781576761267

Edition: 4th 2005 (Lab Manual)

Authors: Defino, Bardzell (Gaddis) Staff

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

This lab manual provides students with hands-on experience of programming concepts that are introduced in the introductory programming course. You can try out a number of different things with pre-developed code and guided steps needed to turn the code into successfully working programs, preparing you to later create your own programs. Each lesson set contains a pre-lab reading assignment, pre-lab writing assignment and lesson A and lesson B lab assignment as the learning activities.
Customers also bought

Book details

List price: $34.00
Edition: 4th
Copyright year: 2005
Publisher: Delmar Cengage Learning
Binding: Paperback
Pages: 288
Size: 8.50" wide x 10.75" long x 0.75" tall
Weight: 1.496
Language: English

Introduction to Programming and the Translation Process
Introduction to the C++ Programming Language
Expressions, Input, Output and Data Type Conversions
Conditional Statements
Looping Statements
Introduction to Void Functions (Procedures)
Functions that Return a Value
Arrays
Searching and Sorting Arrays
Pointers
Characters and Strings
Structures and Abstract Data Types
Files
Introduction to Classes
Constructors and Deconstructors
Visual C++ Environment
Unix