Thread: Your C++ IDE

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Ugly C Lover audinue's Avatar
    Join Date
    Jun 2008
    Location
    Indonesia
    Posts
    489

    Arrow Your C++ IDE

    Please tell me the best one you think. C++ IDE that you love.

    And occasionally its features.

    Thanks in advance.
    Just GET it OFF out my mind!!

  2. #2
    Registered User valaris's Avatar
    Join Date
    Jun 2008
    Location
    RING 0
    Posts
    507
    Visual Studio 2008...
    If you can get it I don't think you can really top it.

  3. #3
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Notepad++ on Windows, gedit on Linux, gcc/gdb/gprof/make on the command line.

  4. #4
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    for windows, I like Visual Studio 2005 or 2008, but for any other platform, NetBeans really does it for me.

  5. #5
    Ugly C Lover audinue's Avatar
    Join Date
    Jun 2008
    Location
    Indonesia
    Posts
    489
    Awesome! Ok, anything else?
    Just GET it OFF out my mind!!

  6. #6
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Besides Visual Studio, I use the cross platform Code::Blocks, and a lightweight IDE named Geany functions as my normal text editor, though I also use Notepad++.

    *Moved to General Discussions*
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  7. #7
    Registered User
    Join Date
    Nov 2004
    Location
    USA
    Posts
    516
    Code::Blocks, Dev-Cpp on Windows. On Linux, I stick to Kwrite+gcc.
    Code:
    >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.

  8. #8
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Visual Studio because it features all that features I need, and some other useful tools, too. Plus it has a debugger, all in one package. Very handy.
    It's also the only IDE and debugger that I'm familiar with.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  9. #9
    The larch
    Join Date
    May 2006
    Posts
    3,573
    Code::Blocks for larger things, wxDev-Cpp for smaller things (particularly single-file programs). Also Notepad++ (just viewing things and other languages).
    I might be wrong.

    Thank you, anon. You sure know how to recognize different types of trees from quite a long way away.
    Quoted more than 1000 times (I hope).

  10. #10
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Funny enough I tried Visual Studio 2003 recently and I reckon that 6.0 was better. A good example was just trying to open a text file for reference, in 6.0 this would open the built-in text editor, whereas in 2003 it ShellExecutes instead (bringing up Notepad). If I wanted that I would've used the Run dialog.

    But yeah, VS all the way.

  11. #11
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by anon View Post
    Code::Blocks for larger things, wxDev-Cpp for smaller things (particularly single-file programs). Also Notepad++ (just viewing things and other languages).
    same here , plus a visual studio 2008 .
    most of the time( almost always) i use CodeBlocks, because it is cross platform and available on linux, mac, windows and also it provides a GUI designer for Wxwidgets which again is a crossplatform C++ GUI toolkit! and... its just lovely!

    DevC++ for small projects, most of the time i use it to check my functions or class members to see whether they work or not!
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  12. #12
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Strange. At least 2008 doesn't do that. Or at least VS doesn't do it for ME.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  13. #13
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    In Windows I use Visual Studio and for plain text editing I use notepad++.

    In Linux I just use vim and gcc.

  14. #14
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Visual Studio on Windows and Eclipse on Linux.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  15. #15
    Registered User
    Join Date
    Dec 2008
    Location
    Black River
    Posts
    128
    jEdit is my absolute favourite for any language, although I occasionaly use Visual Studio if I'm working on Windows

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. IDE
    By djnorthyy in forum C++ Programming
    Replies: 6
    Last Post: 03-31-2008, 11:56 AM
  2. CBoard IDE of the year
    By cboard_member in forum A Brief History of Cprogramming.com
    Replies: 30
    Last Post: 12-09-2005, 07:50 AM
  3. 2 hdd, 1 ide
    By ElubHsif in forum Tech Board
    Replies: 6
    Last Post: 06-12-2005, 11:44 AM
  4. motherboard has 2 IDE socket?
    By beely in forum Tech Board
    Replies: 16
    Last Post: 10-30-2002, 10:55 PM
  5. HD on IDE 2
    By W.Churchill in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 03-13-2002, 08:53 PM