CIS 2003 - Introduction to C++ and C Programming Bob Comer, Professor, CIS/CSC


Example C++ Programs

Topics covered Program Data
Keyboard input  mileage.cpp  
Lists, parallel arrays, sequential search itemfile.cpp itemfile.txt
Two-dimensional arrays grades.cpp grades.txt
Arrays of structs, sequential search itemstru.cpp itemfile.txt
Arrays of pointers to structs with DMA itemptr.cpp itemfile.txt
Arrays of objects, sequential search itemclass.cpp itemfile.txt
Arrays of pointers to objects with DMA itemptr2.cpp itemfile.txt

Return to C++ Home Page Copyright: Ó1998 by the Austin Community College Department of Computer Studies. All rights reserved. Comments to: Bob Comer Last updated: December 5, 1998