This is an old revision of the document!
Captain's log, we are en route to beginning our journey through C and C++. We press forward through a language of functions, where one must declare, define, and call the aforementioned in order for them to work in our programs. We have encountered strange data types of extraordinary power: char, short int, int, long int, long long int, float, double, and long double. The latter three being used where decimal's are needed. Though we may not yet have machines, we will still attempt to go where probably almost anyone who has taken this class or even lightly googled the subject have gone before. We do not know yet where this course will take us, but we move forward into the dark regardless, with our newly learned s/p/fprintf and stdin/out/err statements.