[prev] [index] [next]

Programming Tools

Documentation   (man, info)
  • descriptions of Unix tools and C libraries
Text editors   (vim, emacs, kate, ...)
  • entering/modifying text (incl. source code)
  • assistance for code: syntax highlight, auto-indent, ...
Compilers   (gcc, javac, g++)
  • convert source code to executable (x.c a.out)
  • options for debugging, optimising, profiling, ...