COSC 1337 - Programming Fundamentals II
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 Programming Fundamentals II Home Page

Copyright: © 2013 by the Austin Community College
Department of Computer Studies. All rights reserved.
Comments to:
Bob Comer
Last updated: January 1, 2013