list of free compilers and assemblers

Questions about programming languages and debugging
User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

Producted wrote:C#
http://www.icsharpcode.net/OpenSource/SD/

Better than Microsoft his Visual Studio crap.
I added it to the list, thanks for the link! :wink:

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

Nice find!!

O_o open source as well.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Updated main post with:

PHP
bambalam PHP2exe Compiler

8)
¯\_(ツ)_/¯ It works on my machine...

User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

Post by visser »

I just found this complier from my laptop, its in the Ubuntu "Add/Remove Programs" list. its good for teh noobs like me... at least so far! lol

http://www.geany.org/Main/HomePage

User avatar
f4Gg0t_43
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 245
Joined: 13 Sep 2008, 16:00
15
Contact:

Post by f4Gg0t_43 »

wow nice list

User avatar
yorki_boy
suck-o-fied!
suck-o-fied!
Posts: 75
Joined: 18 Oct 2008, 16:00
15
Contact:

Post by yorki_boy »

great list ...
but i need to know what is the best compiler ever for java ?

User avatar
Lundis
Distorter of Reality
Distorter of Reality
Posts: 543
Joined: 22 Aug 2008, 16:00
15
Location: Deadlock of Awesome
Contact:

Post by Lundis »

In my experience, the sun JDK is the best one. There's also the GNU java compiler, but it can't compile GUI applications properly (unless they've done some serious hacking since last time I tried it ^^)

On another note, I noticed "Bloodshed Dev-C++" is on the list. That's not a compiler, it's an IDE and it uses gcc for compiling. Geany is also an IDE...

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

yeah, I would also recommend the Sun Java Development Kit, you will need the runtime environment anyway...and when getting both in the same package the chances of compatibility problems are about zero. I would just stay away from Netbeans, IDEs suck imo.... :lol:

User avatar
yorki_boy
suck-o-fied!
suck-o-fied!
Posts: 75
Joined: 18 Oct 2008, 16:00
15
Contact:

Post by yorki_boy »

some people advised me to use Eclipse ... is that good to use ???

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

well, such IDEs make sense if you code a lot and also use the same code snippets repeatedly , then it's more comfy. but for beginners I wouldn't recommend it before you are not really fit with coding Java "by hand"... :wink:

User avatar
yorki_boy
suck-o-fied!
suck-o-fied!
Posts: 75
Joined: 18 Oct 2008, 16:00
15
Contact:

Post by yorki_boy »

okay then ,thx for your advise bad brain :)
i have just started with programing n i began with java
most of the people tell me that java is the strongest programing lang. i ll ever see ... so can you tell me what are its advantages ???

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

well, the main advantage of Java compared to C++ for example is its portability...you code it on a Linux box and the code also runs on a Windows system (or vice versa).
it is well documented, and in the future Java will become more important for professional and enterprise issues I guess, now that Oracle bought Sun.

the disadvantage is that Java code is not the fastest.


:wink:

User avatar
threat
Newbie
Newbie
Posts: 5
Joined: 01 Jun 2009, 16:00
14

Post by threat »

well as a noob that i am, my question could be a little bit or even too disapointing. but the earlier that i ask the bether that i feel. I just bought a c++ programming text book. the stuffs that am seeing is not making any sense to me, codes i guess. are those codes the stuff that am going to use to programm my dream simulators and games. if yes, then i need a shortcut cos i dont know if i av the time for all those pages like 700pages. please am ready to learn. thanx
never ask for fishes but alway ask for hooks.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

begin with the basics, threat.
like variables and loops, those are the essence of pretty every programming language... :wink:

User avatar
DrVirus
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 383
Joined: 16 May 2007, 16:00
16
Contact:

Post by DrVirus »

If u want to begin with a good C++ book then I suggest C++ Primer by Stanley B. Lippman; Josée Lajoie; Barbara E. Moo. Published by Addison-Wesley Professional. It's real good. I am talking from personal experience. Check it out.

Post Reply