Updated July 10th, 2001
Welcome to our first lesson in C/C++. I am Roby Joehanes, nice to meet you. I will guide you through the basics of C/C++. Source code included therein is run under gcc. So, if you'd like to make these things run on other compilers, you would probably have to modify some portion of the code.
I won't cover object oriented programming in this lesson. It will be discussed in the next lesson.
What you will get after this lesson :
This is the rough contents. I'll try to design each chapter to fit in a 75 minutes lecture.
Chapter 1 -- Hello World!
Neat and easy approach for introductory chapters.
Chapter 2 -- World of Choices
An introduction to program control using if and switch.
© Roby Joehanes