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:
Why program under linux? (briefly)
Use of gcc/g++
Basic use of the emacs editor.
the gdb debugger.
the ddd debugger.
use of valgrind for detecting memmory errors.