Since it seems that we're also listing text editors/IDEs, I use whatever text editor I happen to like. My text editor preferences are not set in stone, and I can't seem to settle on one. But these are the ones I use most:
I don't like vim that much. It's good and I can use it but I don't see the point in using a command line editor for most things when the OS I use has a GUI editor. I like command line tools and don't see the point in having a GUI for things like apt-get or something scientific. I don't like emacs either; in fact I'd rather use vim than emacs.
I don't like vim that much. It's good and I can use it but I don't see the point in using a command line editor for most things when the OS I use has a GUI editor. I like command line tools and don't see the point in having a GUI for things like apt-get or something scientific. I don't like emacs either; in fact I'd rather use vim than emacs.
I truly hate emacs and all those damn commands related to that damn editor.
I don't know why but I prefer command line tools to applications with 'bad' GUIs. I don't know why. I guess they're just neater. I also like the verbosity; I don't see the point in using synaptic or aptitude or apt-get through a GUI. I don't like that in windows everything has some ridiculous GUI that uses 20% of your video RAM for itself.
That's right. You can do so much with command line tools. I have automated even cut - paste for files with long paths :-D
I am not sure what I would have done without Terminal and Scripting.
I used to dev-c++ but after reading on this website that it is too old I went over to codeblocks.
Actually I find dev-c++ easier to use so if I can get it with the latest mingw I might switch back.
I don't like vim that much. It's good and I can use it but I don't see the point in using a command line editor for most things when the OS I use has a GUI editor.
When I say vim, I'm actually referring to gVim. I think vim has the same benefits as the shell does: terseness, customizability, and the ability to combine sequences of normally weak commands into very powerful and flexible ones.
I use g++ and gedit / notepad++ depending on whether I am compiling the code for Windows or Linux. I have been told that the visual studio c++ debugger is something special.
I have used gdb and found it not worth my time, but that could be because I am a beginner. Anyone have any opinions on debuggers? Or if they are really necessary?