next index

basics of programming under linux:

in this lecture We are going to cover what you need To know in order to start programming C/C++ under a linux environment. we will cover the following: 

  1. Why program under linux? (briefly)

  2. Use of gcc/g++

  3. Basic use of the emacs editor.

  4. the gdb debugger.

  5. the ddd debugger.

  6. use of valgrind for detecting memmory errors.