PDA

View Full Version : Free Compilers, know of any?



{bLuE}
June 26th, 2002, 14:12
is there such thing as a free VC++ compiler? or do you guys know of any free C++ compilers?

VTT
June 27th, 2002, 01:51
Originally posted by {bLuE}
is there such thing as a free VC++ compiler? or do you guys know of any free C++ compilers?
Yes, Dev-C++.

neoak
June 27th, 2002, 06:06
and GCC :P

{bLuE}
June 27th, 2002, 06:18
Links?

Malcolm
June 27th, 2002, 06:43
http://gcc.gnu.org/ <-- Gcc (Unix/Linux/BSD)
http://www.bloodshed.net/ <-- Dev-C++

I like penguins....

{Edit}
Looking @ Dev-C++'s screen shots they stole the tool bar buttons from KDE version 2, damn stealers :(
{/Edit}

{bLuE}
June 27th, 2002, 10:01
eww linux

Malcolm
June 27th, 2002, 14:47
Originally posted by {bLuE}
eww linux

Linux Rox.

With out it EmuTalk wouldn't be running :P

zorbid
June 27th, 2002, 15:15
Originally posted by Malcolm
Looking @ Dev-C++'s screen shots they stole the tool bar buttons from KDE version 2, damn stealers :(
It's just an option, and they tell that it comes from KDE. :)

euphoria
June 27th, 2002, 15:28
www.delorie.com/djgpp - a port of gcc/gpp to DOS. Doesn't have a w32 interface, atleast without a hellofa tweaking...

{bLuE}
June 27th, 2002, 15:42
Thanks a lot guys :)

*cough*Linux sux*cough* :P

{bLuE}
June 27th, 2002, 15:44
euphoria do you program in euphoria?

euphoria
June 27th, 2002, 15:51
if you mean "End User Programming with Hierarchical Objects for Robust Interpreted Applications". then no. otherwise yes.

{bLuE}
June 27th, 2002, 16:04
hehe yes I was talking about "End User Programming with Hierarchical Objects for Robust Interpreted Applications"
just wondering, I was wanting to here some ones take on it.

Lex
June 27th, 2002, 22:13
Is it true that ms visual C++ 6 is better?

The Khan Artist
June 29th, 2002, 03:18
Originally posted by {bLuE}
Thanks a lot guys :)

*cough*Linux sux*cough* :P

DIE!!!!!!

And you all forgot MingW and Cygwin, two Windows ports of GCC:

http://www.mingw.org/
http://cygwin.com/


And is MS Visual C++ 6 better than what? GCC?

Cyberman
June 29th, 2002, 12:51
Originally posted by {bLuE}
Thanks a lot guys :)

*cough*Linux sux*cough* :P

Umm.. that's like saying the internet sucks or driving sucks. I remember an old saying.. opinions are things not necessarily based on facts.

Cyb

Lex
July 1st, 2002, 18:50
Originally posted by The Khan Artist

And is MS Visual C++ 6 better than what? GCC?

Then all the free 1s

EddyB43
July 5th, 2002, 18:53
I wouldn't necessarily say Visual C++ is better than the other major compilers (I have a hatred of it's slowness on my Uni's 400MHz K6-2 machines with 128Mb, 5sec pauses with every 15-20secs of typing in it *sigh*), but most people code their Win32 C++ programs with it and use features that other compilers don't support.

I personally use MinGW at home for my simple Win32 commandline C++ programs, but for a certain simple GUI project at Uni it just couldn't compile the GUI portions. DJGPP with the Win32 extensions may do better, but it is far more complicated to setup than MinGW.

Boooooommm
July 15th, 2002, 04:29
I use Dev-C++ to edit and Borland to compile. Sometimes Dev-C++ doesn't give you the errors that are really in the code and I hate compiling with it. Borland tells you exactly what the problem is with the code and everything very detailedly. Sometimes Dev-C++ gives you some strange error messages (don't know if it's another language, but they look like: aegfsh lokesokj kjoes and crap like that). So, I would suggest Dev-C++ for editing and Borland to compiles. Both are free.