Intro to C++ Programming with Unix (for CS-Majors)
Code examples from the textbook (Gaddis)
Lecture Notes and Outlines
Introduction to C++ and Programming
C++ Basics (Part 1)
C++ Basics (Part 2)
Control Structures - Intro, Selection
Control Structures - Repetition
Stepwise Refinement (in-class example)
Functions
Functions
Functions: Overloading and Default Parameters
Pass By Reference
Random Number Generation
(some library functions)
The I/O Stream Libraries
Formatting Output Streams
Unix Notes
Review Materials
Review List of topics covered (for Test 1)
Test format and some practice coding problems to try