Thread: What IDE and compiler do you use?

  1. #1
    Registered User
    Join Date
    Jun 2010
    Posts
    3

    What IDE and compiler do you use?

    What IDE and compiler do you use? I use DevC++ and Mingw

  2. #2
    Registered User
    Join Date
    May 2010
    Location
    Naypyidaw
    Posts
    1,314
    I use vi and gcc

  3. #3
    Registered User
    Join Date
    Jun 2009
    Posts
    486
    IDE?

    Heh.

    Kate + gcc

  4. #4
    Registered User jephthah's Avatar
    Join Date
    May 2010
    Location
    seattle
    Posts
    49
    Dev C++ is not really a good choice. unless you're already committed to using it, new users should probably choose something that hasnt been abandoned by it's creator.

    The project is no longer noticeably active, with no news posted nor any updated versions released since February 22, 2005.

    --http://en.wikipedia.org/wiki/Dev-C++

    Code::Blocks is a better alternative. though if you're doing real development, you should probably be using gcc or MSVC depending on your platform, and not MinGW.

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Signature says it all.
    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.

  6. #6
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    gvim + gcc + gdb (or ddd)

    Don't want or need an IDE, but in that case you probably want a nice terminal for compiling in (I always import the XFCE Terminal no matter what window manager I use).
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  7. #7
    Registered User jeffcobb's Avatar
    Join Date
    Dec 2009
    Location
    Henderson, NV
    Posts
    875
    In my sig too. Emacs (and at work, SlickEdit...bleh) for IDE. CMake at home and various bastardizations of Make at work. GDB, strace, et all to debug at home; at work we kinda have to use the force (its embedded). GCC in both places. The bottom line though is it doesn't matter what you use as long as you are productive with it; *that* is the best IDE, etc for you my friend. Some folks could not stand coding outside of Visual Studio; others would rather have needles shoved into their eyes if that was all they could use. It is a highly personal thing. Put it this way: aren't you glad you have a choice in the matter?
    C/C++ Environment: GNU CC/Emacs
    Make system: CMake
    Debuggers: Valgrind/GDB

  8. #8
    Third Eye Babkockdood's Avatar
    Join Date
    Apr 2010
    Posts
    352
    Xcode and GCC.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler dependencies. What are they?
    By shrink_tubing in forum C++ Programming
    Replies: 5
    Last Post: 01-09-2010, 10:57 PM
  2. Replies: 14
    Last Post: 11-22-2006, 07:18 PM
  3. visual studio IDE w/ different compiler
    By tooKool4School6 in forum C++ Programming
    Replies: 15
    Last Post: 06-06-2006, 01:41 PM
  4. Try this brill C/C++ IDE and compiler I found!
    By swgh in forum C++ Programming
    Replies: 2
    Last Post: 07-13-2005, 06:17 PM
  5. C IDE and Compiler
    By gogo in forum C Programming
    Replies: 15
    Last Post: 08-02-2004, 12:13 AM