Computer Science Canada Bloodshed C++ compiler FREE! |
Author: | Asok [ Fri Mar 28, 2003 6:00 pm ] |
Post subject: | Bloodshed C++ compiler FREE! |
A lot of people have been asking me about how to get a C++ compiler for those who don't want to shell out rediculous sums of money for VC++. I have stumbled across Bloodshed, it's a free C++ compiler, it seems to work reasonably well. Check out http://www.bloodshed.net/ to download it. I have not personally used it (I have VC++) but I highly reccomend it for those of you who are willing to venture into C++ but don't feel like paying for software at the moment. |
Author: | yuethomas [ Tue Apr 01, 2003 7:39 pm ] |
Post subject: | |
DEVC++ (or bloodshed C++) is very good. I recommend it to all beginning programmers. Be ware though that the 4.9.x.x series are in beta-test phase, and can be instable from time to time. It is advised to save your work often. (oh and, DEVC++ uses GNU-C compiler - which comes standard on virtually all *NIX distributions - to ensure maximal compatibility.) |
Author: | jamez [ Sat Apr 26, 2003 7:55 pm ] |
Post subject: | |
hm ill check this one out thx:D |