Free IDEs

Discussion in 'Programming General' started by Swan, Sep 16, 2008.

Free IDEs
  1. Unread #1 - Sep 16, 2008 at 2:32 AM
  2. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Free IDEs

    Greetings!
    Some of the newer programmers (and even some of the more experienced ones) may be confused as to where to get an IDE / compiler for one or more languages.


    .NET
    Microsoft provides free IDEs for each of their languages under the .Net platform, in a more lightweight form than the commercial standard. These are excellent for hobbyist developers, such as myself.

    You can find out more and download these IDEs / compilers HERE

    IC#Code also provides a free open source IDE called #develop, and a couple of free libraries for Visual Basic .Net and C# .Net. You can take a look at #develop and other related projects HERE

    C/C++
    I'm going to mention some IDEs that I've used from personal experience.

    CodeBlocks

    Definitely my favourite so far. It offers support for Dev-C++ and Microsoft VC++ project files, and has support for many different compilers. It also has default profiles for third-party libraries (especially in 3D development) such as Irrlicht and Ogre 3D, as well as a GUI builder for the wxWidgets GUI library. You can view features and download CodeBlocks HERE

    Dev-C++ is one of the more commonly used free IDEs that I've heard of, even though it's rather old and isn't updated any more. It's a pretty standard IDE, and it works, so that's what counts I guess.

    You may also use Microsoft's Visual C++ Express IDE, as it has support for standard C++ as well as "managed" C++.

    Java

    For Java, another few IDEs that I've used from personal experience and liked.

    Eclipse is a modular IDE that focuses around Java, but it is extremely modular, meaning there are plugins allowing for different language profiles. Eclipse can be used for anything from Java to C++ to PHP.

    NetBeans is the free IDE offered by Sun which also has support for languages like C++ (though it is often harder to set up than Eclipse). The only real feature I liked about Netbeans was its GUI builder, but I guess its always a matter of personal preference.

    JCreator is a lightweight IDE that is nice for developing Java software. Recommended by Slashshot007.

    Object Pascal

    http://www.lazarus.freepascal.org/ - Free IDE for Object Pascal

    Other

    http://notepad-plus.sf.net/ - Notepad++, decent, pluggable and free syntax highlighting text editor.
    http://context.cx/ - Same deal as Notepad++.

    Any more IDEs?

    Just post or message me and I'll add some FREE IDEs to the list on request.

    Cheers,
    -Swan, SuF
     
    Last edited by a moderator: Jun 29, 2017
  3. Unread #2 - Sep 20, 2008 at 7:13 PM
  4. kyle99
    Joined:
    May 29, 2007
    Posts:
    62
    Referrals:
    0
    Sythe Gold:
    0

    kyle99 Member

    Free IDEs

    Ooh, I didn't know about IC#Code, thanks for the link :)
     
  5. Unread #3 - Nov 9, 2008 at 12:44 PM
  6. slashshot007
    Joined:
    May 6, 2006
    Posts:
    164
    Referrals:
    0
    Sythe Gold:
    0

    slashshot007 Active Member

    Free IDEs

    JCreator, a java ide. It is alot more lightweight then netbeans and eclipse, and is all that i believe would be necessary for beginners. It is my compiler of choice.
    http://www.jcreator.com/
     
  7. Unread #4 - Nov 9, 2008 at 5:11 PM
  8. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    Free IDEs

    Very nice.... and yea, i have used jcreator... its pretty nice too..
     
  9. Unread #5 - Nov 9, 2008 at 6:24 PM
  10. freshie firecaper
    Referrals:
    0

    freshie firecaper Guest

    Free IDEs

    thank you so much for the link for the .NET i didnt know about this. if i need help can i PM you?
     
  11. Unread #6 - Jun 9, 2009 at 8:40 PM
  12. Pur3 Bull3t
    Joined:
    May 29, 2009
    Posts:
    46
    Referrals:
    0
    Sythe Gold:
    0

    Pur3 Bull3t Member
    Banned

    Free IDEs

  13. Unread #7 - Jun 10, 2009 at 5:38 PM
  14. Linux
    Joined:
    Sep 2, 2008
    Posts:
    368
    Referrals:
    0
    Sythe Gold:
    0

    Linux Forum Addict
    Banned

    Free IDEs

    Notepad ++
     
  15. Unread #8 - Jun 10, 2009 at 6:43 PM
  16. Pur3 Bull3t
    Joined:
    May 29, 2009
    Posts:
    46
    Referrals:
    0
    Sythe Gold:
    0

    Pur3 Bull3t Member
    Banned

    Free IDEs

  17. Unread #9 - Sep 3, 2009 at 12:33 PM
  18. Dreadsthegreat
    Joined:
    Apr 19, 2006
    Posts:
    118
    Referrals:
    0
    Sythe Gold:
    3

    Dreadsthegreat Active Member

  19. Unread #10 - Sep 3, 2009 at 8:18 PM
  20. Jimmy
    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    Free IDEs

  21. Unread #11 - Sep 3, 2009 at 9:27 PM
  22. speedster239
    Joined:
    Jan 21, 2007
    Posts:
    313
    Referrals:
    0
    Sythe Gold:
    0

    speedster239 Forum Addict
    Java Programmers

    Free IDEs

    Great list. I'd like to note that if you're running a large project, for example a bot or other frequently updated program, you can apply for a free IntelliJ IDEA license. In my opinion IntelliJ is the best IDE for experienced java programmers.

    As far as new programmers in any language, I'd stick with Notepad++ for highlighting syntax and hammer it out myself. It will help you learn the fundamentals properly, and in the long run you'll be happy with this choice.
     
  23. Unread #12 - Sep 3, 2009 at 9:38 PM
  24. Jimmy
    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    Free IDEs

    IntelliJ is rather nice (or so I thought before my trial was up >_>)... actually, I reformatted recently, so I could probably reinstall it. Thanks for reminding me, Lol :D
     
  25. Unread #13 - Sep 3, 2009 at 11:36 PM
  26. speedster239
    Joined:
    Jan 21, 2007
    Posts:
    313
    Referrals:
    0
    Sythe Gold:
    0

    speedster239 Forum Addict
    Java Programmers

    Free IDEs

    Actually, back in the day when I was updating JMacro, somebody managed to get one of these special licenses for the program. It was a while ago, so it may be invalid, but I'll search through my files and see what I can find. It was for everybody (including people writing scrips) to use.
     
  27. Unread #14 - Apr 1, 2010 at 2:23 AM
  28. throwawayacc
    Joined:
    Mar 20, 2010
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0

    throwawayacc Newcomer
    Banned

    Free IDEs

    jEdit -- It isn't really an IDE or anything, it just does some useful things like syntax highlighting, automatic indents, allows for markers and folds, has a macro system, plugins, and quite a bit more. It supports around 130 programming languages for syntax highlighting and is built in Java, so obviously it runs on any OS. Having never tried NP++, I can't really say how the two compare, but I've been using jEdit for a while and it hasn't presented a big enough problem for me to consider uninstalling and getting a different program.

    http://www.jedit.org

    EDIT: After checking out NP++ more closely, jEdit appears to have more available programming language support and plugins available, but NP++ provides some unique features like zooming in and file status notification (of file being modified or deleted somewhere while open in NP++). Looking at this, however, most of the features both programs have, the ones more likely to be used (Honestly, printing my code...[in color...]? Not useful for me, personally), so I'd recommend to check out both, seeing as this topic is specifically aimed at those unsure of where to get a good editor/IDE (either NP++ or jEdit can be IDE's using plugins, I believe)
     
  29. Unread #15 - Nov 4, 2010 at 6:29 PM
  30. Govind
    Joined:
    Apr 22, 2005
    Posts:
    7,825
    Referrals:
    13
    Sythe Gold:
    23
    Prove it! Trole Tier 1 Prizebox Tortoise Penis Le Monkey UWotM8? Wait, do you not have an Archer rank? Potamus

    Govind The One Musketeer
    Mudkips Highly Respected Retired Administrator

    Free IDEs

    http://www.smallbasic.com/

    This is a very simple and easy-to-use language and environment for beginners. You can't make anything really useful with it, but if you're looking to learn programming but don't want to jump in to something which may be too hard for you, this is a good place to start.
     
  31. Unread #16 - Aug 16, 2011 at 12:56 PM
  32. Merv
    Joined:
    Mar 2, 2010
    Posts:
    443
    Referrals:
    0
    Sythe Gold:
    0

    Merv Forum Addict

    Free IDEs

    Visual studio is by far the best for c++ and c#, yes it does cost about £8000 for a license but it depends where you get it from ^^
     
  33. Unread #17 - Oct 16, 2012 at 6:17 AM
  34. SexayMistahBee
    Joined:
    Feb 28, 2006
    Posts:
    2,410
    Referrals:
    0
    Sythe Gold:
    27
    Discord Username:
    SexayMistahBee

    SexayMistahBee Sexiest Bee On Earth
    $50 USD Donor New

    Free IDEs

    I have absolutely nothing to do until school starts, which is next March and I decided that I should learn programming.

    If I wanted to learn Java, would this be a good program to start with?
    I'm planning on starting from the very basics :p
     
  35. Unread #18 - Jan 2, 2014 at 5:56 PM
  36. D3xus
    Joined:
    Aug 19, 2013
    Posts:
    46
    Referrals:
    0
    Sythe Gold:
    0

    D3xus Member

    Free IDEs

    Can I just ask a few questions?

    Could you make a payed IDE thread, such as sublime, dream, so on.

    Also, xcode is Apples official IDE for developing on osx.
     
  37. Unread #19 - Jun 21, 2014 at 1:08 AM
  38. xNo Limitsx
    Joined:
    May 1, 2014
    Posts:
    172
    Referrals:
    0
    Sythe Gold:
    0

    xNo Limitsx Active Member
    $5 USD Donor New

    Free IDEs

    Thanks for this. I decided to go with Eclipse.

    Going to start experimenting with Java, and eventually master it.

    I actually just thought about making a thread on my progress, because I plan on turning this into my new hobby and eventually making a career out of it, without any college education.

    Wouldn't that be cool to make a thread, track my progress, and eventually be using it as a source of income? Now, that would be cool.
     
  39. Unread #20 - Jun 21, 2014 at 10:24 AM
  40. Imagine
    Joined:
    May 31, 2010
    Posts:
    3,375
    Referrals:
    4
    Sythe Gold:
    5
    Chess Master

    Imagine Grand Master

    Free IDEs

    PyCharm for python.
     
< What languages do you (sort of) know? | >

Users viewing this thread
1 guest


 
 
Adblock breaks this site