Thread: Suggestions on IDE????

  1. #1
    Unregistered
    Guest

    Suggestions on IDE????

    I would like to have you opininions on choosing my IDE. I can't afford "The great ones" like Builder and Visual C++ booth in price and in size of possible download
    And I need an IDE. I would like it to have code completition, syntax highlighting and be able to link by itself.
    To be short all the goodies you need
    So I would ask for your opinions on this one...
    Any help would be appreciated!
    Thanks in advance !!!

  2. #2
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    How about RHIDE with DJGPP compiler.. It is completely free and just grat... But if you ready for cracked versions of Builder and VC++ even .net. I can provide you with the links...

  3. #3
    Unregistered
    Guest
    My problem is that I have 56k and that I pay for amount of downloaded data
    So I'm open for suggestions !!!
    I'll try RHIDE thingy but I don't like that it doesn't have compiler
    But I'l try to get it to work ...
    Thanks !!!

  4. #4
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    Dev-C++ with the MinGW compiler. It's probably the closest thing you're going to get to what you want. Might want to stick to version 4 though. The beta5 still has a lot of bugs to be worked out.
    www.bloodshed.net
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  5. #5
    Unregistered
    Guest
    find a computer fair at a local school or similar venue. they often have the best products for...cough...cough...copied..cough the best prices

  6. #6
    Registered User
    Join Date
    Jan 2002
    Posts
    559
    For a free editor, try conTEXT . It can recognize a variety of programming languages and highlight keywords, indent, number lines, etc. Doesn't compile, though.
    A lot of people like TextPad, I've never tried it, though. I've read you can compile from TextPad if you have a compiler already, or something like that.
    Also, if you're a student, look at getting the Academic license, on MSVC anyway. Much cheaper price, just can't sell your programs ("educational purposes only"). Other companies may have the same deal.
    Several textbooks come with a learning edition, won't make a release .exe build, but most of the rest is the same.
    Last edited by salvelinus; 04-18-2002 at 10:36 AM.

  7. #7
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    emacs is a good choice, if you're willing to spend an afternoon learning how to use it. it colors code, shows what '{' your completing, and best of all, it indents two spaces with a simple tab anywhere on the line. ending '}' are automatically indented, too.
    you can use a compiler with it, although that feature is little more than a cli(command line interface) prompt asking for the right command with a box that shows the compiler's output.

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