OdyOwnage Messages 1 Reaction score 0 Thread starter Aug 25, 2005 #1 Didn't see anything under search but does anyone know where I can get a free C++ compiler? thank!
irrehaare Messages 12 Reaction score 0 Aug 25, 2005 #2 i found this: http://www.bloodshed.net/dev/devcpp.html http://www.digitalmars.com/download/freecompiler.html or look here https://www.physicsforums.com/showthread.php?t=32703 Last edited: Aug 25, 2005
i found this: http://www.bloodshed.net/dev/devcpp.html http://www.digitalmars.com/download/freecompiler.html or look here https://www.physicsforums.com/showthread.php?t=32703
Dr Transport Science Advisor Insights Author Messages 2,603 Reaction score 785 Aug 25, 2005 #3 Watcom has a nice compiler which runs on a Windows box. gcc is the standard for Linux.
JamesU Gold Member Messages 828 Reaction score 3 Aug 25, 2005 #4 The bloodshed compilers are very good I use them/
ComputerGeek Messages 383 Reaction score 0 Aug 25, 2005 #5 if you do not want to move platforms, then use the dev-C++, otherwise, I suggest that you use Linux... Mandrake is a nice easy system to use, as is fedora core 4.
if you do not want to move platforms, then use the dev-C++, otherwise, I suggest that you use Linux... Mandrake is a nice easy system to use, as is fedora core 4.
z-component Messages 494 Reaction score 2 Aug 25, 2005 #6 I personally used Bloodshed's Dev-C++ compiler. Worked well for me.