How to get C++
-
- Posts: 4
- Joined: Sat Jul 28, 2007 7:12 am
How to get C++
I know it kinda sounds like im a really bad n00b but can somone tell me where or how to get C++?
http://www.cplusplus.com/doc/tutorial/
I suppose this is where I'll be starting as well...
--Joel
________
Ford C6 transmission history
I suppose this is where I'll be starting as well...
--Joel
________
Ford C6 transmission history
Last edited by joelstad on Tue Feb 01, 2011 11:57 am, edited 1 time in total.
-
- Posts: 67
- Joined: Sat May 05, 2007 6:11 pm
- Location: San Carlos, CA
- Contact:
Re: How to get C++
Suggestions:EXgamer701 wrote:where or how to get C++?
If you run Linux or MacOS, you probably already have gcc installed. You can get djgpp or mingw for windows, or go for full out cygwin. You could also get visual studio express, which is a free version of Microsoft's toolchain.
If you want to spend money there are assorted other compilers.