spöokyjon ℵ 18617 Posts user info edit post |
Okay, I've never programmed on a Windows machine before. What's the simplest way to compile a small command line C++ program? I don't want a fancy IDE or anything like that, I just want to be able to compile something simple. 10/11/2007 3:08:11 PM |
jackleg All American 170957 Posts user info edit post |
more like a fancy PCI
you need the JDK
[Edited on October 11, 2007 at 3:50 PM. Reason : fanny] 10/11/2007 3:49:51 PM |
qntmfred retired 40726 Posts user info edit post |
cygwin has a c compiler 10/11/2007 3:52:03 PM |
GraniteBalls Aging fast 12262 Posts user info edit post |
Chances are whatever you're trying to do can be accomplished quicker and/or easier with another language.
AMIRITE? 10/11/2007 3:59:34 PM |
spöokyjon ℵ 18617 Posts user info edit post |
I should say that the problem isn't that I don't know any C++. I just haven't ever coded on a windows machine before. I don't have gcc or whatever. All I'm looking for is a simple C++ compiler. 10/11/2007 4:41:22 PM |
gs7 All American 2354 Posts user info edit post |
http://www.google.com/search?q=simple+c%2B%2B+compiler+windows 10/11/2007 4:46:44 PM |
A Tanzarian drip drip boom 10995 Posts user info edit post |
MinGW
or
Visual Studio Express (free) 10/11/2007 6:06:46 PM |
clalias All American 1580 Posts user info edit post |
Quote : | "Visual Studio Express (free)" |
dl cygwin or
http://www.bloodshed.net/devcpp.html which uses mingw as ^ suggested.
[Edited on October 11, 2007 at 6:21 PM. Reason : .]10/11/2007 6:20:37 PM |