Lessons |
Projects &
Demos |
-
Start Here:
Get your software
installed.
|
|
-
Review
Lesson(See
CS120 page)
|
|
|
- Covers Review. Lesson
Review Sheet
here
|
-
Lesson 5
-
File I/O, Try-Catch, Custom
Methods,
StreamReader, and StreamWriter (Murach Chapter 17
& Allain Chapter 28)
- Binary
File I/O
|
|
File I/O Videos:
(These are in C# but
C++ is very similar!)
|
-
Introduction to File I/O
for Binary Files
- CLR GUI version
|
|
-
Lesson 6
Custom Functions,
properties & Classes
(Murach Chapters 12 & 14, Chapters 6 & 24 in
Allain).
|
-
Object-Oriented Programming Techniques
-
3-Tier
Architecture:
(Procedural apps
(data stored in variables) vs OOP (creating
objects that hold data).
-
Functions/Methods
- Native Code
- CLR Console version
- CLR GUI version
-
Stack vs
Heap
|
-
Classes(Custom category
with methods. A class needs to initialize
itself, cleanup memory, & copy itself)
- Native Code
- CLR Console version
- CLR GUI version
|
- Compute area Part 1 shows how to use a class
to compute area of a room.
- Part 2 shows how to use the class three
times to compute area of three rooms
|
-
Extra
Stuff
Projects for
fun
|
|
|
|
|