Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
Free IDEs
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 09-16-2008, 07:32 AM
Swan's Avatar
When They Cry...
Ex-Moderator
 
Join Date: Jan 2007
Location: Japan
Posts: 4,404
Default 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 is 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
__________________
Quote:
[14:54:13] <&Filefragg> x9 is made of 5 glow in the dark gorilla dildos vibrating in unison.
[14:54:19] <%TDD> hot
[14:54:22] <+Aoi> Win
[14:54:23] <x9> I TOLD YOU NOT TO TELL ANYONE, DAMNIT

Last edited by Swan : 06-10-2009 at 11:01 PM.
Reply With Quote
  #2  
Old 09-21-2008, 12:13 AM
Member
 
Join Date: May 2007
Posts: 63
Default Re: .Net IDEs

Ooh, I didn't know about IC#Code, thanks for the link
__________________
Quote:
Originally Posted by Cyberform View Post
Vouch for kyle! He went first. Thanks!~
Quote:
Originally Posted by Classick View Post
Vouch Kyle99 Is Legit He Went First
Quote:
Originally Posted by Chase_2011 View Post
VOUCH!!! QUICK TRADE. EASY. TRUSTWORTHY. 50/50 I Went First. Traded 2 of my accounts for 1 of his
More vouches in my profile page.
Reply With Quote
  #3  
Old 11-09-2008, 05:44 PM
Active Member
 
Join Date: May 2006
Posts: 164
Default Re: 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/
__________________
Interested in getting Good at programming?

Not in it just for the cheats?

Then go to http://www.***********
Reply With Quote
  #4  
Old 11-09-2008, 10:11 PM
Legend
Java Programmers Pirate
 
Join Date: Jan 2007
Posts: 10,887
<3 n4n0
Default Re: Free IDEs

Very nice.... and yea, i have used jcreator... its pretty nice too..
__________________
PM me with any issues.

I do not MM or trade anything.
Anyone claiming to be me in a trade or MM is an imposter.
Reply With Quote
  #5  
Old 11-09-2008, 11:24 PM
freshie firecaper
 
Posts: n/a
Default Re: 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?
Reply With Quote
  #6  
Old 06-10-2009, 01:40 AM
Member
 
Join Date: May 2009
Posts: 46
Default Re: Free IDEs

Lazarus, for Object Pascal.
It's basically a free IDE of Delphi.

http://www.lazarus.freepascal.org/
Reply With Quote
  #7  
Old 06-10-2009, 10:38 PM
Forum Addict
BANNED
 
Join Date: Sep 2008
Posts: 368
Default Re: Free IDEs

Notepad ++
Reply With Quote
  #8  
Old 06-10-2009, 11:43 PM
Member
 
Join Date: May 2009
Posts: 46
Default Re: Free IDEs

OpenObject, A RAD (Visual) Application Framework for Python

https://launchpad.net/openobject

Last edited by Pur3 Bull3t : 06-12-2009 at 08:23 AM.
Reply With Quote
  #9  
Old 09-03-2009, 05:33 PM
Active Member
 
Join Date: Apr 2006
Posts: 103
Thumbs up Re: Free IDEs

Quote:
Originally Posted by Linux View Post
Notepad ++
http://notepad-plus.sourceforge.net/uk/site.htm

Notepad++ is the only IDE you need.
__________________
-
Reply With Quote
  #10  
Old 09-04-2009, 01:18 AM
Jimmy's Avatar
Leecher
Ex-Moderator $5 USD Donor
 
Join Date: Jun 2008
Location: Southern California
Posts: 2,359
Default Re: Free IDEs

Quote:
Originally Posted by Dreadsthegreat View Post
http://notepad-plus.sourceforge.net/uk/site.htm

Notepad++ is the only IDE you need.
But notepad++ isn't really an IDE, it's more like Notepad with Syntax highlighting.
__________________
Reply With Quote
  #11  
Old 09-04-2009, 02:27 AM
speedster239's Avatar
Forum Addict
Java Programmers
 
Join Date: Jan 2007
Location: The Internet
Posts: 307
Send a message via MSN to speedster239
Default Re: 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.
Reply With Quote
  #12  
Old 09-04-2009, 02:38 AM
Jimmy's Avatar
Leecher
Ex-Moderator $5 USD Donor
 
Join Date: Jun 2008
Location: Southern California
Posts: 2,359
Default Re: Free IDEs

Quote:
Originally Posted by speedster239 View Post
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.
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
__________________
Reply With Quote
  #13  
Old 09-04-2009, 04:36 AM
speedster239's Avatar
Forum Addict
Java Programmers
 
Join Date: Jan 2007
Location: The Internet
Posts: 307
Send a message via MSN to speedster239
Default Re: Free IDEs

Quote:
Originally Posted by Jimmy5410 View Post
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
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.
Reply With Quote
  #14  
Old 04-01-2010, 07:23 AM
Newcomer
BANNED
 
Join Date: Mar 2010
Posts: 4
Default Re: 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)

Last edited by throwawayacc : 04-01-2010 at 07:35 AM.
Reply With Quote
  #15  
Old 11-04-2010, 10:29 PM
Govind's Avatar
Hero
Highly Respected Highly Trusted Sythe Verified User
 
Join Date: Apr 2005
Posts: 7,068
Default Microsoft SmallBasic - very easy educational programming IDE for beginners

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.

Last edited by SMR : 11-04-2010 at 10:31 PM.
Reply With Quote
  #16  
Old 08-16-2011, 05:56 PM
Merv's Avatar
Forum Addict
 
Join Date: Mar 2010
Posts: 439
Default Re: 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 ^^
__________________

Reply With Quote
  #17  
Old 10-16-2012, 11:17 AM
SexayMistahBee's Avatar
Sexiest Bee On Earth
$50 USD Donor New
 
Join Date: Feb 2006
Location: South Korea
Posts: 2,120
Send a message via MSN to SexayMistahBee
Default Re: Microsoft SmallBasic - very easy educational programming IDE for beginners

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
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 10:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1