C++ in N Questions

Hello ...  get your hands dirty

install an IDE, create a project, run a program.

Statistics ...  

variable, data type, loop, math operators

file IO, string

Reports ...  

array, sort

Complex ...  

object, class, operator overloading

Time ...  

inheritance, composition

Customers ...  

put together

You have a customer file, each line has a customer number, customer name and the balance.  The customer file needs to be updated to reflect any changes.

Q&A