cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
question
question
Mar 14, 2008 at 6:37pm UTC
hacksoftgofar
(8)
how do you turn a c++ file into a .exe file for people to open?
Mar 14, 2008 at 6:51pm UTC
magicalblender
(92)
That requires a compiler. Do you have one?
bloodshed's compiler seems popular:
http://www.bloodshed.net/devcpp.html
Microsoft makes one- ooh, and it's visual, neat!
http://www.microsoft.com/express/download/
I use the Borland C++ compiler, although I have never encountered anyone else that has ever used it. Works pretty well, if you can work a command line and hate bells and/or whistles.
http://www.codegear.com/downloads/free/cppbuilder
Last edited on
Mar 14, 2008 at 6:55pm UTC
Mar 14, 2008 at 7:02pm UTC
vince1027
(151)
You can get this shell as well:
http://cygwin.com/
I believe by default installation, GCC will be included already.
Topic archived. No new replies allowed.