Ubuntu Linux icon Assignments - CS131A - Fall Quarter 2009 Animated bug in window icon
Back ButtonForward ButtonReload ButtonHome ButtonPrint ButtonHelp Button

Project 1

Due in a CPP folder in your web folder by the end of class on Friday, October 2nd, 2009.  Value 50 pts. A simple C++ console project that gets a radius value from its' user then calculates the circumference of a circle, the surface area of a circle and volume of a sphere from that radius. The program should then display the results and pause so the user can read the values. Pay careful attention to proper input stream buffer flushing.



Project 2

Due in a CPP folder in your web folder by the end of class on Friday, November 6th, 2009.  Value 50 pts. Modify project 1 by adding a simple menu that allows its' user to choose the calculation they want to make. The program should redisplay the menu after showing the result of the calculation until the user selects a quit option.



Project 3

Due in a CPP folder in your web folder by the end of class on Friday, November 13th, 2009.  Value 50 pts. Your completed in class string handling functions project with test code showing each of the developed functions working.



Project 4

Due in a CPP folder in your web folder by the end of class on Friday, November 13th, 2009.  Value 50 pts. Your completed in class string class project with test code showing each of the developed methods working.



Project 5

Due by the end of class on Friday, November 13th, 2009.  Value 50 pts. A written (typed) outline/plan for your text adventure game final project.



Final Project

Due by the end of class on Friday, November 13th, 2009.  Value 100 pts. Your completed text adventure game as described in your plan.




"The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at and repair." - Douglas Adams