Computer Science Canada C++ Compiler/Help |
Author: | Flikerator [ Mon Mar 28, 2005 1:50 pm ] |
Post subject: | C++ Compiler/Help |
Can someone give me a link to download Microsoft Visual C++ 6.0? I searched in Google for it but I could only get "service packs" and updates :/ If its not free then can you give me a link for another free one? Where is a good place to start learning C++? |
Author: | wtd [ Mon Mar 28, 2005 1:56 pm ] |
Post subject: | Re: C++ Compiler/Help |
Flikerator wrote: Can someone give me a link to download Microsoft Visual C++ 6.0? I searched in Google for it but I could only get "service packs" and updates :/
If its not free then can you give me a link for another free one? Where is a good place to start learning C++? MS Visual C++ 6 would be a bad thing, even if you could get it for free. Use MinGW instead. Try reading some of the tutorials here, and ask questions. ![]() |
Author: | [Gandalf] [ Mon Mar 28, 2005 5:01 pm ] |
Post subject: | |
I use lcc-win32, it includes an editor, debugger, compiler, and pretty much everything else you need. It can do both C and C++, and its free ![]() |
Author: | rizzix [ Mon Mar 28, 2005 5:26 pm ] |
Post subject: | |
cool, i didin't know they had it free for windows... link? |
Author: | Flikerator [ Sun Apr 03, 2005 1:38 pm ] |
Post subject: | |
Yes a link is helpfyl ^^; |
Author: | [Gandalf] [ Sun Apr 03, 2005 2:52 pm ] |
Post subject: | |
Oh, sry it took me a while to check back... It's been a while since I downloaded it, but I think this is it: Direct Download: ftp://ftp.cs.virginia.edu/pub/lcc-win32/lccwin32.exe Site: http://www.cs.virginia.edu/~lcc-win32/ It read this somewhere "It will not compile C++, but FORTRAN is available" but I've done C++ on it too (if I am remembering correctly ![]() |
Author: | rizzix [ Sun Apr 03, 2005 2:55 pm ] |
Post subject: | |
ah shoot. i thought ICC was the Intel Compiler.. |
Author: | wtd [ Sun Apr 03, 2005 2:59 pm ] |
Post subject: | |
Wow. Haven't heard of that one for awhile. The compiler he's talking about is included with the prepackaged SmartEiffel compiler for Windows. |