list of free compilers and assemblers

Questions about programming languages and debugging
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 »

C++ Primer is indeed a good C++ book, it contains a lot of exercises, which is what beginners need. Doing them all takes a lot of time, but you'll learn faster/better.

If you still find that too hard you could try a higher-level programming language, like python. It should be easier to learn, and once you've grasped the basics of programming you can go back to C++ (provided that you still want to learn it).

Don't be afraid to ask questions if there's something you don't understand :wink:

User avatar
Xonet
Moderator
Moderator
Posts: 202
Joined: 08 Jun 2005, 16:00
18
Location: Belgium
Contact:

Re: list of free compilers and assemblers

Post by Xonet »

Thought I'd add this http://www.opencobol.org/

Apparently as of sept 27 GNU adopted OPENCOBOL as GNU COBOL
You cant spell slaughter without laughter.

reparto
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 288
Joined: 27 May 2013, 11:30
10

Re: list of free compilers and assemblers

Post by reparto »

https://compilr.com/" onclick="window.open(this.href);return false;

Several online compilers for many different languages.

Note:
To be able to actually run your own code you have to open a lesson and then click "Edit Code", you can then do whatever you want. You won't be able to save without paying a membership fee but its really useful if you need to quickly test something.
Selling invisible pets:
Dogs - 0.5 Bitcoins
Cats - 0.7 Bitcoins
Unicorns - 10 Bitcoins
Chimpanzee - 2 Bitcoins

PM me if you are interested, will ship via priority airmail, will accept escrow services

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: list of free compilers and assemblers

Post by ayu »

reparto wrote:https://compilr.com/

Several online compilers for many different languages.
Bookmarked
"The best place to hide a tree, is in a forest"

reparto_temp
On the way to fame!
On the way to fame!
Posts: 34
Joined: 20 Dec 2013, 16:23
10

Re: list of free compilers and assemblers

Post by reparto_temp »

https://ideone.com/" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

Another online compiler, I prefer this one to compilr.com, much easier to use and i think it support more languages

EDIT: it does support more languages, even stuff like assembly

reparto
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 288
Joined: 27 May 2013, 11:30
10

Re: list of free compilers and assemblers

Post by reparto »

http://hhvm.com/" onclick="window.open(this.href);return false;

Its the Hip Hop PHP compiler that was released by Facebook, it will compile PHP to IL bytecode which is then JITed into x64
Selling invisible pets:
Dogs - 0.5 Bitcoins
Cats - 0.7 Bitcoins
Unicorns - 10 Bitcoins
Chimpanzee - 2 Bitcoins

PM me if you are interested, will ship via priority airmail, will accept escrow services

Post Reply