pic10aSummer08 webpage
- Empty file
calendar1.cpp - Description needed (comment your work, Ryan)
calendar.cpp - Description needed (comment your work, Ryan)
calExample.cpp - //e1=e2;
chairClass.cpp - //This program is an example of a class that you can use (maybe) //make accessor functions to access data
classwork.cpp - //This program uses the Student and Course classes//#include
course.cpp - //#include "student.h"
event1.cpp - Description needed (comment your work, Ryan)
event.cpp - Description needed (comment your work, Ryan)
hw2.cpp - Description needed (comment your work, Ryan)
hw5.cpp - //This is my answer to hw5//Note to self, dont run the pageMaker program until Tuesday ot better.
pageMaker.cpp - // This program makes this webpage// This program takes all the .cpp files from a list and makes an html file
q4.cpp - //no return
randTest.cpp - //Where the rand() function is.
refPass.cpp - //swap the values of a and b//Pass by value (does not work)
reverseWords.cpp - //Reverse all the words in filelist.txt and write to a file that the user names//reverse the elements in a vector
samplen2.cpp - //start at 2, checking against index 0 and 1 has unwanted problems // cout << findLowest1(v) << endl;
stringClass.cpp - //This is an example of a string class sortaString(); //constructor
student.cpp - Description needed (comment your work, Ryan)
testCal.cpp - Description needed (comment your work, Ryan)
vector2.cpp - //This program has some examples of using vectors//Reverse the elements in a vector
vectorDay.cpp - //This program is an example of a class that you can use (maybe) //make accessor functions to access data
vectorInsert.cpp - Description needed (comment your work, Ryan)
wordreverse.cpp - //This program reads all the words from a .txt file//and outputs them to a seperate .txt file in a reverse order
calendar1.h - Description needed (comment your work, Ryan)
calendar.h - int month;//an int between 1 and 12
course.h - #include"student.h" //if you #include a precompiled header in a header file you will get a "fdopen: Bad file descriptor" error//should only #include in .cpp files
event1.h - Description needed (comment your work, Ryan)
event.h - Event(); //default constructor Event(int d,string n); //normal constructor
student.h - void getOlder(int); //increase the students age
10a_final_06_practice.pdf - An old exam, Thanks Prof. Wittman
10AfinalF06key.pdf - An old exam, Thanks Prof. Wittman
10AfinalF06.pdf - An old exam, Thanks Prof. Wittman
10AfinalW07key.pdf - An old exam, Thanks Prof. Wittman
10AfinalW07.pdf - An old exam, Thanks Prof. Wittman
exam1_07w.pdf - An old exam, Thanks Prof. Wittman
exam1.pdf - An old exam, Thanks Prof. Wittman
exam2_06f.pdf - An old exam, Thanks Prof. Wittman
exam2_07w.pdf - An old exam, Thanks Prof. Wittman
exam2_f07.pdf - An old exam, Thanks Prof. Wittman
Final06s.pdf - An old exam, Thanks Prof. Wittman
key1_06f.pdf - An old exam, Thanks Prof. Wittman
key1_07w.pdf - An old exam, Thanks Prof. Wittman
key1.pdf - An old exam, Thanks Prof. Wittman
key2_06f.pdf - An old exam, Thanks Prof. Wittman
key2_07w.pdf - An old exam, Thanks Prof. Wittman
key2_f07.pdf - An old exam, Thanks Prof. Wittman
pascal1.pdf - An old exam, Thanks Prof. Wittman
practice1key.pdf - An old exam, Thanks Prof. Wittman
practice1.pdf - An old exam, Thanks Prof. Wittman
practice2key.pdf - An old exam, Thanks Prof. Wittman
practice2.pdf - An old exam, Thanks Prof. Wittman
review1.pdf - An old exam, Thanks Prof. Wittman
review2.pdf - An old exam, Thanks Prof. Wittman