COSC 1320 - C++ Programming and
ITSE 1307 - Introduction to C++ Programming
Bob Comer, Professor of Computer Studies


Example C++ Programs

Topics covered

Program

Data

Keyboard input 

mileage.cpp

 

Lists, parallel arrays, sequential search

itemfile.htm

itemfile.txt

Two-dimensional arrays

grades.htm

grades.txt

Arrays of structs, sequential search

itemstru.htm

itemfile.txt

Arrays of pointers to structs with DMA

itemptr.htm

itemfile.txt

Arrays of objects, sequential search

itemclass.htm

items.txt

Arrays of pointers to objects with DMA

itemptr2.htm

itemfile.txt

 


Return to C++ Home Page

Copyright: Ó 2006 by the Austin Community College
Department of Computer Studies. All rights reserved.
Comments to:
Bob Comer
Last updated: November 14, 2006