"Ellenkamp, Guus" wrote: > > Hello Matthias, > > Thanks for the reply. > > Might be I'm looking for an ADE. I used to work with an Atari-ST, which had > a nice integrated editor/compiler/linker/debugger (edit sources, compile, > jump from errors to source, graphical debugger...) > > Which one do you recommend?
vi (vim or gvim are my favourite clones) or other text editor (emacs with viper?-), make, set of xterms... also learn how to use tags... ddd is fairly usable front-end for gdb. linux is ide (in OS where tools work together you don't need IDE in dos/windows sense) erik