Valhalla Legends Forums Archive | General Programming | [C++] Most Updated Compiler

AuthorMessageTime
Yegg
I'm just curious as to what C/C++ compiler is the most updated as of now. Right now I'm using Microsoft Visual C++ 6 Standard. However I have no clue how up-to-date its compiler really is, not that its "up-to-dateness" really matters to me, but I would like to know what the most updated compiler currently is. Thanks in advance.
August 6, 2005, 7:21 PM
Topaz
Borland.
August 6, 2005, 8:13 PM
Mangix
Visual Studio C++ Toolkit 2003
August 6, 2005, 9:29 PM
R.a.B.B.i.T
GCC
August 6, 2005, 9:36 PM
iago
I don't think compilers can be "up to date" or not.  Either they implement the standard, or they don't.

I'm pretty sure that gcc and ms's compiler both implement the standard, but they both have their own unique extensions.  gcc is probably better to use, though, because it's supported across different platforms :)
August 6, 2005, 11:03 PM
Kp
I'm pretty sure VC6 is quite a ways from implementing the standard.  VC7 is closer, but still isn't there.  gcc may also be wrong on a few issues, but it and VC7 are far closer than VC6 ever was.
August 7, 2005, 3:28 AM
Quarantine
If we're talking most updated, I'd say gcc
August 7, 2005, 3:46 AM
Yegg
Thanks for the responses guys. I may switch to Borland C++ Builder 6, but GCC looks like a very great choice as well. VC7 is also on my list so I'll have to try that out as well and see what I like the best.
August 7, 2005, 3:43 PM
Arta
What exactly do you mean by "most updated"?
August 7, 2005, 3:54 PM
Topaz
Probably meant having updates and such applied often.
August 7, 2005, 6:03 PM
Yegg
Whatever supports most systems, most powerful, etc. That kind of stuff is what I meant by most updated. Sorry that I didn't specify this in the beginning. So far GCC seems to be what I may be looking for. But Borland looks pretty good too.
August 7, 2005, 6:20 PM
Kp
It's unlikely you'll find a compiler which runs on more systems than gcc, but bear in mind that many systems are horribly broken and don't support Linux semantics correctly, so just because you can run a compiler on them doesn't mean you can do much useful.  For instance, consider that Microsoft's port of the CRT to Win32 is horribly braindamaged: many fields in struct stat are outright wrong (always zero, never initialized, etc.).  Most Unices are fairly reasonable, but there're quirks on almost all of them.
August 7, 2005, 6:34 PM
Stealth
If you mean IDE as opposed to compiler, then Bloodshed Software's Dev-Cpp is a good free choice. :)
August 10, 2005, 1:49 AM
R.a.B.B.i.T
notepad2 is better ;P
August 10, 2005, 3:06 AM
Quarantine
No, notepad2.
August 11, 2005, 5:13 AM
ColT
No, notepad.
August 11, 2005, 4:13 PM
KkBlazekK
Notepad2 is a great scripting/programming companion.  I replaced my notepad.exe with it.
August 11, 2005, 4:44 PM
Mangix
hmmmm. it seems really nice. of course i hate the fact that it takes a long time to replace it with the regular notepad.exe . windows is evil.

@Topaz:the most updated borland compiler is not free. Borland C++ Builder 5.5 is free however 6.0 comes with the Borland C++ IDE.
August 11, 2005, 9:45 PM
Topaz
The best things come in the most expensive packages. Consider it getting your money's worth.
August 12, 2005, 2:06 AM
kamakazie
[quote author=Mangix link=topic=12454.msg124001#msg124001 date=1123796734]
hmmmm. it seems really nice. of course i hate the fact that it takes a long time to replace it with the regular notepad.exe . windows is evil.
[/quote]

Try http://webdevel.blogspot.com/2004_04_01_webdevel_archive.html#108246184802912349
August 12, 2005, 2:33 AM
Mangix
lol i already fixed it. had to use a batch file with 4 lines instead of the other ways.
August 12, 2005, 6:11 AM
iago
[quote author=Topaz link=topic=12454.msg124040#msg124040 date=1123812360]
The best things come in the most expensive packages. Consider it getting your money's worth.
[/quote]

I totally disagree with that.  The best stuff I have is free. 
August 16, 2005, 9:20 PM

Search