CPE 101: Fundamentals of Computer Science I
Fall 2008

Examples

read.c file I/O [December 4, 2008]
read01.c file I/O [December 4, 2008]
read02.c file I/O [December 4, 2008]
fio.c file I/O [December 2, 2008]
arrow.c structures [December 2, 2008]
state.c structures [November 25, 2008]
st.c structures [November 25, 2008]
stra03.c strings [November 11, 2008]
name.c strings [November 11, 2008]
a2df.c multidimensional arrays [November 6, 2008]
a2d.c multidimensional arrays [November 6, 2008]
array01.c arrays [November 4, 2008]
array02.c arrays [November 4, 2008]
array03.c arrays [November 4, 2008]
fcomp.c comparison of use of in and out parameters in functions [October 30, 2008]
fn.c out parameters and pointers in functions [October 30, 2008]
fn01.c out parameters and pointers in functions [October 30, 2008]
nested.c "chessboard" using functions with side effects [October 21, 2008]
nested-no-side.c "chessboard" using functions with no side effects [October 21, 2008]
nt.c "chessboard" using printRow() function [October 21, 2008]
atest.c test for +=, -=, *=, /=, %= [October 21, 2008]
inctest.c test for x++ and ++x [October 21, 2008]
dectest.c test for x-- and --x [October 21, 2008]
do.c do-while sentinel loop [October 16, 2008]
while.c while loop [October 16, 2008]
loop01.c counter loops using all loop structures [October 16, 2008]
loop04.c for loop [October 16, 2008]
grade.c switch statement, breaks [October 14, 2008]
gr01.c switch statement with fall-through and breaks [October 14, 2008]
gr.c switch statement, no breaks [October 14, 2008]
char-test.c char-int duality [October 14, 2008]
char-test02.c Character table [October 14, 2008]
boo.c Boolean expressions [October 7, 2008]
simple.c Our first program! [September 30, 2008]

October 21, 2008, dekhtyar at csc.calpoly.edu