Thread: Please recommend an editor...

  1. #16
    Registered User
    Join Date
    Oct 2001
    Posts
    197
    I donīt use any editor with an built-in compiler because I donīt need it.
    I use gcc and if want to execute my program I save it with the shortkey and change to the next console where I compile and execute it.
    I think it isnīt faster as with e.g.something like RHIDE.

    klausi
    When I close my eyes nobody can see me...

  2. #17
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    RHIDE doesn't have a built-in compiler, klausi, it just has a menu which does the commands for you.
    Saves time.

  3. #18
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    i mean the built-in compiler for devC++

  4. #19
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    A great editor is CodeWright, though it's a little bit expensive. A good free one is PFE. It supports the main languages, though it doesn't use colors.

  5. #20
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    try either RHIDE or Dev-c++, they are both free, and do compiling in one way or another.

  6. #21
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    use one that has a built-in compiler so it won't be troublesome to test and compile your code each time. And i guess there isn't much difference between the outputs of two compilers? At least not great?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WYSIWYG editor problem
    By Akkernight in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 04-01-2009, 08:50 AM
  2. Replies: 12
    Last Post: 08-05-2003, 02:16 PM
  3. OpenGL terrain demo (EDITOR)
    By Jeremy G in forum Game Programming
    Replies: 2
    Last Post: 03-30-2003, 08:11 PM
  4. PFE (prorgammers file editor, for Windows)
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-09-2002, 11:01 AM
  5. Anyone recommend a good editor
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 09-30-2001, 12:54 AM