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
.cpp to .exe
.cpp to .exe
Aug 10, 2008 at 2:42pm UTC
gianfaye
(2)
How to convert a .cpp file to a .exe application?
Aug 10, 2008 at 4:33pm UTC
Aakanaar
(166)
I was tempted to just tell you to rename the file.. but that wouldn't be right..
You need a c++ compiler. look into either DevC++ (that's what I have), which uses the MINGW compiler tools, or Visual Studio C++ Express from Microsoft.
Aug 11, 2008 at 3:11am UTC
chizhoundz
(8)
lol.. rename >,< i wish it was just that simple.. hahahah
Topic archived. No new replies allowed.