View Poll Results: IDE?

Voters
11. You may not vote on this poll
  • NETBEANS

    1 9.09%
  • ECLIPSE

    1 9.09%
  • XCODE

    1 9.09%
  • CODE:BLOCKS

    6 54.55%
  • OTHER

    4 36.36%
Multiple Choice Poll.

Thread: IDE

  1. #1
    Registered User
    Join Date
    Mar 2012
    Posts
    56

    IDE

    Which ide u guys use?

  2. #2
    Registered User
    Join Date
    Dec 2011
    Posts
    795
    This really belongs in the tech board..

    But anyway, either Xcode or GCC with a text editor

  3. #3
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    This is asked very frequently. Search the board. Plus it kinda doesn't matter - C is C the world around - just find something that works on your operating system and architecture.

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I was trying to decide if I should just close this or move it, but anyway... moved to Tech Board.
    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

  5. #5
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Emacs and sometimes Kate. SCons does all the hard work

  6. #6
    Registered User
    Join Date
    Mar 2012
    Posts
    56
    how easy is to set up emacs, so it will compile and run using gcc?

  7. #7
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Quote Originally Posted by SuperMiguel View Post
    how easy is to set up emacs, so it will compile and run using gcc?
    It has a compile command that runs a makefile (or another build method - as I said I use scons)

  8. #8
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    I use 5 different IDEs depending on what I need to do and which platform I'm targeting.

    Visual Studio 2010 for windows
    MonoDevelop for Linux or Windows
    Eclipse for Python and Go on Linux
    Codelite for C++ on Linux
    Qt Creator for Qt development on Linux or Windows

    I have things that I like and dislike about all of these IDEs. I use each one based on what I see as its strengths for the task at hand.

  9. #9
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    You aren't always going to have you preferred tool stack available so you should learn to code beyond your tools.

    Soma

  10. #10
    Registered User
    Join Date
    May 2012
    Posts
    71
    There is missing one of the most popular IDE and thats the Microsoft one... what poll is this without the popular IDE's?

    Here i land on C::B, simply couse i didnt tryed any else.

Popular pages Recent additions subscribe to a feed