C++ compilers (sorry, this is only forum i know of)

Forum Archive - from http://theuniversal.net
darealnash
Posts: 7
Joined: Fri Apr 09, 2004 3:16 pm

C++ compilers (sorry, this is only forum i know of)

Post by darealnash »

Hi, does anyone know of a good C++ compiler? If yes, please give me the URL.
User avatar
Magicfinger
Staff
Staff
Posts: 1078
Joined: Tue Sep 30, 2003 10:38 am
Location: here,there and everywhere

Post by Magicfinger »

i assume as you are looking for URL's you are not planning on purchasing a compiler :D

probably the best compiler is Micro$oft Visual Studio but this is hugely expensive :wink:

for free options why not try out dev C++ or borlands c++ builder both of which can be found by a quick search on google.

It is also worth while trying a search on www.sourceforge.net as there a probably new compilers coming out which are still in development and i often find that open source tools are as good if not better than commercial products.
User avatar
Whirl
Posts: 73
Joined: Mon Oct 06, 2003 2:47 am
Location: New Jersey

Post by Whirl »

Actually, Microsoft Visual C++ .NET Standard is only $109 USD, and is available at many typical office and electronics supply stores. (I will probably be purchasing this myself sometime this week...)

In the Freeware realm, there is:

MinGW Compiler, which is used by DevC++
Borland BCC Compiler
Cygwin
.. and more.
User avatar
Mattizme
Posts: 615
Joined: Sat Oct 04, 2003 6:23 pm
Location: At work/school/home
Contact:

Post by Mattizme »

if you're still in full-tim education or at university, you can get the whole visual studio suite under a student license for £90 - I don't know what the USD equivalent is but knowing you cheecky american monkeys, it's prolly cheaper :P
User avatar
Arklari
Posts: 211
Joined: Wed Oct 15, 2003 7:14 pm
Location: In space

Post by Arklari »

no it's not.. 90 pounds is more expensive than 109 usd :P (im pretty sure :P) and who you talkin funny money? You have more coins than we have...
User avatar
matthew
Game OP
Game OP
Posts: 329
Joined: Thu Oct 09, 2003 5:35 am
Location: Evansville,IN

Post by matthew »

edited
Last edited by matthew on Sat Dec 18, 2004 8:10 pm, edited 1 time in total.
User avatar
Mattizme
Posts: 615
Joined: Sat Oct 04, 2003 6:23 pm
Location: At work/school/home
Contact:

Post by Mattizme »

While y'know YAY WAREZ, It may be an idea to remove that post so Mit doesn't get sodomised by a nightstick.

Arklari, note that Visual C++.NET is one single product. Visual Studio is about 6.
davemongoose
Posts: 12
Joined: Sun Nov 28, 2004 3:07 pm

Post by davemongoose »

Whirl wrote:Actually, Microsoft Visual C++ .NET Standard is only $109 USD, and is available at many typical office and electronics supply stores. (I will probably be purchasing this myself sometime this week...)
Yea: I'm getting it for Christmas, and it cost about £80 from Amazon.co.uk, I think.

Student version is £40 or something, but there's a complicated registering system to prove you're a student, etc, etc... and so it might not be worth the trouble.
User avatar
Mattizme
Posts: 615
Joined: Sat Oct 04, 2003 6:23 pm
Location: At work/school/home
Contact:

Post by Mattizme »

Actually all it involves is saying which school you go to and the name of the headmaster - they may contact the school to make sure, I'm not too sure on that though.
User avatar
Nigel
World Owner
World Owner
Posts: 428
Joined: Fri Oct 03, 2003 11:31 pm
Location: UK

Post by Nigel »

#include <iostream>

int main()
{
std::cout << "why can't you use Dev c++ like us normal folk?!\n";

system("PAUSE");

return 0;

}


It seriously says something when you find speaking in basic code pleasurable :o
anyone wanna make an addition? an auto arklari flogger is welcome.

The best compiler very much depends on why you need one, I suggest anyone learning c++ to stick with Dev c++, it's friendly, it doesn't require scary added steps, and it's a nice enviroment, if you're experienced, go with visual.net, but I wouldn't dare touch it for learning.

Dev c++, free, full compiler, no fuss, no monkeys.
theseer
VIP
VIP
Posts: 782
Joined: Sat Dec 04, 2004 9:50 am

Post by theseer »

only rats
User avatar
Mattizme
Posts: 615
Joined: Sat Oct 04, 2003 6:23 pm
Location: At work/school/home
Contact:

Post by Mattizme »

Personally I'm using the old VS6.0, no need for all this .NET shite ;)

As for learning, MSDN is a very good resource for reference, if a little hard to find stuff..
User avatar
Fudrake
Posts: 244
Joined: Sat Oct 04, 2003 6:18 am
Location: UK, Europe, Northern Hemisphere, Earth, Solar System, Milky Way, the only universe we know of ;)

Post by Fudrake »

Even I have Dev C++, even though I don't use it cos I program java :D It may be terribly outdated but I do have 4.9.8.0!

For the duration I was *trying* to learn C++ using Dev C++, I liked it. As Nigel says, it is quite a nice learning environment. and it IS free.

In fact, it looks like the C++ parallel to JCreator, which is quite a nice Java IDE.
hans
Posts: 1
Joined: Sat Jan 08, 2005 6:28 pm

Post by hans »

Microsoft has a free compiler, it is a beta version, but ever had a non beta version, mentioning the blue screens e.g. :lol:

Visual C++ 2005 Express Beta
http://lab.msdn.microsoft.com/express/v ... fault.aspx
User avatar
Magicfinger
Staff
Staff
Posts: 1078
Joined: Tue Sep 30, 2003 10:38 am
Location: here,there and everywhere

Post by Magicfinger »

for those of you who are interested in arcade programming ive never managed toget any of the game stuff to compile under vc++ 2005 :)
User avatar
Nigel
World Owner
World Owner
Posts: 428
Joined: Fri Oct 03, 2003 11:31 pm
Location: UK

Post by Nigel »

Visual c++ is a death trap - use dev c++
Technel
Posts: 11
Joined: Sat Nov 08, 2003 8:37 pm
Location: 127.0.0.1

Post by Technel »

On Windows, I started out with Dev-C++ until a friend hooked me up with Microsoft Visual Studio 2003 Professional. On Linux I use the built-in "gcc" GNU compiler.
User avatar
Techboy
Posts: 63
Joined: Wed Jan 05, 2005 4:26 pm

Post by Techboy »

Yah try borland cpp builder. It´s like delphi, ever tried that? where i first learnt to program. excluding html on notepad, heh.
User avatar
leigon
World Owner
World Owner
Posts: 563
Joined: Thu Apr 15, 2004 11:23 pm
Location: UK - Programming under the influance.

Post by leigon »

Anyone got a good C compiler ? :)
Locked