Hello all,
I would like to ask what will be the best IDE with line numbering, color coding and auto-complete on C/C++ if possible.
Thanks in advance.
5 replies to this topic
#1
Posted 26 January 2012 - 07:31 AM
|
|
|
#2
Posted 26 January 2012 - 07:44 AM
I use Netbeans. There's a configuration available with a C/C++ compiler. Many people use Eclipse, which is another good one. You can also look at Code::Blocks. Those are just a few suggestions. The "best" one is going to be the one you like best, based on your preferences.
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
– Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid
#3
Posted 26 January 2012 - 09:39 AM
vim and gvim
emacs is pretty popular as well but I never really cared for it, nano has syntax highlighting now as well.
emacs is pretty popular as well but I never really cared for it, nano has syntax highlighting now as well.
"The best optimizer is between your ears" - Michael Abrash
Saying you can optimize a program is like saying you understand how a program works on every level of every facet on a specific machines configuration.
Saying you can optimize a program is like saying you understand how a program works on every level of every facet on a specific machines configuration.
#4
Posted 26 January 2012 - 10:01 AM
Sysop_fb said:
vim and gvim
emacs is pretty popular as well but I never really cared for it, nano has syntax highlighting now as well.
emacs is pretty popular as well but I never really cared for it, nano has syntax highlighting now as well.
I feel compelled to point out that these are more strictly editors rather than IDE's. If you want full IDE functionality in vim, you're going to have to do a bit of work. Here's a collection of articles I found that might help in this: Use Vim like an IDE - Vim Tips Wiki
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
– Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid
#5
Posted 26 January 2012 - 12:52 PM
I use QtCreator, Kate and sometimes vim.
I like QtCreator because I can use it on MacOS and Windows too.
Kate is easy and fast
Vim for console (for example through the ssh)
I like QtCreator because I can use it on MacOS and Windows too.
Kate is easy and fast
Vim for console (for example through the ssh)
#6
Posted 27 January 2012 - 11:07 AM
I use Geany and jEdit as editors, than compile via commandline.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top










