Demo1: Welcome Program
welcome.cpp
Demo2: Bank Accounts - makefile demo
BankAccounts.cpp
    
makefile
    
input file
    
output file
Demo3: Contestant Database - Separate Compilation demo
Contestant.h
    
Contestant.cpp
    
ContestantDatabase.cpp
    
makefile
    
input file
Demo4: Contsestant Database - Individual Class Declaration and Implementation demo
Name.h
    
Name.cpp
    
Job_info.h
    
Job_info.cpp
    
Personal_info.h
    
Personal_info.cpp
Contestant.h
    
Contestant.cpp
    
ContestantDatabase.cpp
    
makefile
    
input file
Demo5: Game Show - Overloaded Constructors demo
Name.h
    
Name.cpp
    
Job_info.h
    
Job_info.cpp
    
Personal_info.h
    
Personal_info.cpp
Contestant.h
    
Contestant.cpp
    
Quizshow.h
    
Quizshow.cpp
    
GameShow.cpp
    
makefile
    
input file
Comments or suggestions should be sent to:
Chaim Ziegler, Ph.D.