C/C++ Basic Principles

  • All programs in C/C++ are expressed in terms of functions.
  • These functions cooperate each other. It's up to us on how to arrange them.
  • However, program execution always begin on the main function. So, the main function should always exist in our program.
  • Let's look into our first program.

 


Where to go

Chapter 2
News Page
Lesson 1 contents
Contacting Me


Roby Joehanes © 2001