PRG 267 - Spring II 2002
Send questions to the instructor
here
.
Some links that may help you out:
EFNet #C++ FAQ
EFNet #math FAQ
Math World (Very comprehensive resource for math stuff)
Thinking in C++ (downloadable html)
Herb Sutter's Guru of the Week site. (Highly suggested reading for C++ programmers!)
This
is why it is
important
to practice programming!
Extra Credit:
Recursive fractal designs:
#1
#2
#3
Microsoft Small Business Seminars will be at the Hyatt Regency on April 9, 2002. Register
here
.
Assignments
:
Recursion Lab #4
Tree - remove()
To prepare for our discussion of the graphics engine in Unreal Tournament, please read
this
.
Programming projects:
Program #1 (Interstate267) You may find the following files useful:
generator.h
generator.cpp
BankSimulation.cpp
is a
simplified
simulation using the generator and an STL queue.
The groups that I have are:
Group 1 (name="???")
Group 2 (name="???")
Group 3 (name="???")
Sean
Brian
Nelson
Paul
Daniel
Bobby
Josh
Jared
Jason
Program #2 (Balancing Act) - due April 8, 2002
The deadline has been extended to April 9, 2002.
You may find the following helpful:
BalanceTree.cpp
treenode.h
example balance.h
Class materials: