did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9780763702472

A Laboratory Course in C++

by
  • ISBN13:

    9780763702472

  • ISBN10:

    0763702471

  • Edition: Disk
  • Format: Paperback
  • Copyright: 1997-06-01
  • Publisher: Jones & Bartlett Learning

Note: Supplemental materials are not guaranteed with Rental or Used book purchases.

Purchase Benefits

  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $30.75 Save up to $10.31
  • Rent Book $20.44
    Add to Cart Free Shipping Icon Free Shipping

    TERM
    PRICE
    DUE
    USUALLY SHIPS IN 3-5 BUSINESS DAYS
    *This item is part of an exclusive publisher rental program and requires an additional convenience fee. This fee will be reflected in the shopping cart.

Supplemental Materials

What is included with this book?

Table of Contents

Preface ix
Acknowledgmetns xii
Overview of Programming and Problem Solving
1(18)
Prelab Activities
5(12)
Prelab Assignment
9(2)
Check Prelab Exercises
11(1)
Basic File Operations
12(1)
Compiling and Running a Program
13(1)
Editing, Running, and Printing a Program File
14(1)
Running a Program with an Error
15(1)
Entering, Compiling, and Running a New Program
16(1)
Postlab ASctivities
17(2)
C++ Syntax and Semantics, and the Program Development Process
19(18)
Prelab Activities
23(12)
Prelab Assignment
27(2)
Check Prelab Exercises
29(1)
Components of a Program
30(1)
Sending Information to the Output Stream
31(1)
Working with Numeric Expressions
32(1)
Debugging
33(2)
Postlab Activities
35(2)
Arithmetic Expressions, Function Calls, and Output
37(20)
Prelab Activities
41(14)
Prelab Assignment
45(2)
Check Prelab Exercises
47(1)
Arithmetic Operations
48(2)
Formatting Output
50(2)
Value-Returning Functions
52(2)
Debugging
54(1)
Postlab Activities
55(2)
Program Input and the Software Design Process
57(22)
Prelab Activities
61(16)
Prelab Assignment
65(2)
Check Prelab Exercises
67(1)
Input Statement and Data Consistency
68(4)
Input and Output with Files
72(2)
Top-Down Programming
74(1)
Debugging
75(2)
Postlab Activities
77(2)
Conditions, Logical Expressions, and Selection Control Structures
79(26)
Prelab Activities
83(20)
Prelab Assignment
91(2)
Check Prelab Exercises
93(1)
Boolean Expressions
94(1)
If-Then Statements
95(1)
If-Then-Else Statements
96(2)
Nested Logic
98(2)
Test Plan
100(1)
Debugging
101(2)
Postlab Activities
103(2)
Looping
105(22)
Prelab Activities
109(16)
Prelab Assignment
113(2)
Check Prelab Exercises
115(1)
Count-Controlled Loops
116(2)
Event-Controlled Loops
118(2)
Nested Logic
120(3)
Debugging
123(2)
Postlab Activities
125(2)
Functions
127(26)
Prelab Activities
131(18)
Prelab Assignment
137(2)
Check Prelab Exercises
139(1)
Functions without Parameters
140(2)
Functions with Value Parameters
142(2)
Functions with Reference Parameters
144(3)
Debugging
147(2)
Postlab Activities
149(4)
Scope, Lifetime, and More on Functions
153(20)
Prelab Activities
157(14)
Prelab Assignment
161(2)
Check Prelab Exercises
163(2)
Static and Automatic Variables
165(1)
Value-Returning and Void Functions
166(3)
Test Plan
169(1)
Debugging
170(1)
Postlab Activities
171(2)
Additional Control Structures
173(22)
Prelab Activities
177(16)
Prelab Assignment
181(4)
Check Prelab Exercises
185(1)
Multi-Way Branching
186(1)
Additional Control Structures
187(4)
Test Plan
191(1)
Debugging
192(1)
Postlab Activities
193(2)
Simple Data Types: Built-In and User-Defined
195(24)
Prelab Activities
199(18)
Prelab Assignment
205(2)
Check Prelab Exercise
207(1)
Numeric Data Types
208(4)
Char Data Types
212(2)
Enumeration Data Types
214(2)
Debugging
216(1)
Postlab Activities
217(2)
One-Dimensional Arrays
219(18)
Prelab Activities
223(12)
Prelab Assignment
227(2)
Check Prelab Exercises
229(1)
One--Dimensional Array Data Types with Integer Indexes
230(2)
One-Dimensional Array Data Types with Enumeration Indexes
232(2)
Test Plan
234(1)
Postlab Activities
235(2)
Applied Arrays: Lists and Strings
237(22)
Prelab Activities
241(16)
Prelab Assignment
247(4)
Check Prelab Exercises
251(1)
Linear (Unsorted) List Operations
252(1)
Sorted List Operations
253(1)
Strings
254(2)
Debugging
256(1)
Postlab Activities
257(2)
Multidimensional Arrays
259(16)
Prelab Activities
263(10)
Prelab Assignment
265(2)
Check Prelab Exercises
267(1)
Two-Dimensional Tables
268(3)
Multidimensional Tables
271(1)
Debugging
272(1)
Postlab Activities
273(2)
Records (C++ Structs)
275(24)
Prelab Activities
279(18)
Prelab Assignment
283(2)
Check Prelab Exercise
285(1)
Record Data Types
286(2)
Lists as Records
288(2)
Hierarchical Records
290(1)
Arrays of Records
291(2)
Test Plans
293(4)
Postlab Activities
297(2)
Classes and Data Abstraction
299(24)
Prelab Activities
303(18)
Prelab Assignment
309(2)
Check Prelab Exercises
311(1)
Class Data Type
312(3)
Header and Implementation Files
315(3)
Class Constructors
318(1)
Debugging
319(2)
Postlab Activities
321(2)
Object-Oriented Software Development
323(20)
Prelab Activities
327(14)
Prelab Assignment
331(2)
Check Prelab Exercises
333(1)
Classes
334(2)
Classes with Inheritance
336(1)
Virtual Methods
337(2)
Debugging
339(2)
Postlab Activities
341(2)
Pointers, Dynamic Data, and Reference Types
343(22)
Prelab Activities
347(16)
Prelab Assignment
353(2)
Check Prelab Exercises
355(1)
Pointer Variables
356(1)
Dynamic Data
357(2)
Classes and Dynamic Data
359(2)
Debugging
361(2)
Postlab Activities
363(2)
Linked Structures
365(18)
Prelab Activities
369(12)
Prelab Assignment
371(2)
Check Prelab Exercises
373(1)
Unordered Linked Lists
374(3)
Linked Lists of Objects
377(2)
Sorted Lists of Objects
379(1)
Debugging
380(1)
Postlab Activities
381(2)
Recursion
383(14)
Prelab Activities
387(8)
Prelab Assignment
389(2)
Check Prelab Exercises
391(1)
Simple Variables
392(1)
Structured Variables
393(1)
Debugging
394(1)
Postlab Activities
395(2)
Appendixes 397(6)
Glossary 403

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Rewards Program