CSCI 151 Sections 1, 2 and 3 Information Page
Have a great summer, and congratulations to those who are graduating.
Any questions about program 3 grades should be immediately emailed to me! The grades are being submitted to Dr. Stapleton Wednesday. There are a couple changes in p1 and p2 grades two, so if you requested something, see if there are any updates.
grades(programs 1 and 2)
Important Notes and Updates:
Program 3 clarifications:
No late programs will be accepted.
Your executable should be called "graph".
Output files should be name "inputfilename.out" eg. graphtest1.out if the input file is called graphtest1.
Your list class should be properly encapsulated, having no public access except for intefaces such as "insert", "getweight", "print". Do not access any information from your list except through the public interfaces. Also, make sure your list is not one big list, but that each vertex has its own list, as in the "mixed" notation mentioned in Dr. Stapleton's program requirements.
No regular labs next week (5-10, 5-11). I will be instead at the lecture on 5-12 (Thurs)
Program 3 (graphs) additional requirements (including test files and answer files)
program 3 is posted up on Dr. Stapleton's site: http://www.ecst.csuchico.edu/~melody/courses/Spring2005CSCI151/Graph_Program.htm
Late programs: programs may be turned in after the deadline, but will be docked 2 points (out of 100) per day.
Basic Programming Tips compiling, makefiles, etc
Program 1 description link to Dr. Stapleton's pages
file streams, getline, get and stringtokens