Back to DFS's C Page
Introduction to Computer Science Using C++
by Todd Knowlton
South-Western Educational Publishing, Cincinnati, 1998
Programs modified by DFStermole
Chapter 5: Math Operators
- Ex. 5-3 Assign.cpp: Simple assignments and printing
- Travel.cpp: Simple input, calculation, and output
- Ex. 5-7 Inc_dec.cpp: The ++ and -- operators
- Ex. 5-9 Order.cpp: Order of operations
- Ex. 5-10 & 5-11 Share.cpp: Mixing data types and typecasting
Chapter 6: Strings and Screen I/O
Chapter 7: Decision Making in Programs
Chapter 8: Loops
Chapter 9: Functions
Chapter 10: Pointers, enum, and Structures
Chapter 11: Data File Basics
Chapter 12: Object-Oriented Programming
Chapter 13: String Functions and Using a String Class
Chapter 14: Arrays, Templates, and Vectors
Chapter 15: Multi-Dimensional Arrays and Matrices
Chapter 16: Introduction to Linked Lists
Chapter 17: Stacks, Queues, and Trees
Chapter 18: Recursion and Searching
Chapter 19: Sorting
DFStermole 17 Oct 99