C++

CECS 130: Introduction to programming languages with emphasis on C and C++. It includes laboratory exercises on the writing and compiling computer programs in C, C++,

Assignment 1
Consists of basic C++ coding operations including: output of text and arithmetic.

Assignment 2
More basic C++ now with user inputs generating calculated output.

Assignment 3
C++ Functions

Assignment 5
C++ Arrays and File I/O

Assignment 6
C++ Char Arrays and String Functions

Assignment 7
A simple bank account program to handle balances and withdrawals.