Here, you'll find text file documents containing cut 'n paste copies of the code we've developed in class, with
additional comments and notes added to help provide context, or further explain something we did. This is as close
to a substitute for attending lectures as you can get.
The
Solar System Simulation project from last week.
The
Get Rhythm and
Reflexes projects from
this today and last week.
The
finished Tic Tac Toe project, which includes all win condition checks, a
reset feature, and a Draw implementation. This ultimately led to a slight re-organization of the code as bits were
being repeated.
The
Mouse Events Demonstration, which includes a basic exploration of Mouse
Events, as well as an introduction to drawing graphics.
The
Flash Cards project which will act as our study guide for the upcoming
Midterm.
The
Form1.cs file demonstrating basic LINQ mechanics from today's
code demo on 9/28.
The
Dark Calculator v1.0 project from last week's lecture on 9/21.
The
Dark Calculator v0.1 project from today's lecture on 9/16.
The
Form1.cs file and
Form1.Designer.cs files from today's code demo on 9/14.
Some quick code examples from my brief visit to PM 153 on
Thursday,
9/7.
Class demo from
Thursday, 9/2, where we pieced together most
of the lecture topics into a sample class.
Code snippets from
Thursday, 8/26, where we did some basic
real-number formatting, briefly introduced enumerated types, and talked about file I/O.