Introduction to C++
Jonah Warrenjonah AT parsons DOT edu
http://www.feedtank.com/2005/cpp
Code from Class 6
- calling.cpp (simple function)
- protos.cpp (function with parameters, return function)
- arrfun1.cpp (arrays and functions 1)
- arrfun2.cpp (arrays and functions 2)
- arrfun3.cpp (arrays and functions 3)
- readfromfile.cpp (reading text data from a file)
- ORIGINAL IMAGE
- imageproc_01.cpp (intro to image processing with function)
- imageproc_02.cpp (img processing + patterns)
- imageproc_03.cpp (using arrays in img processing)



