Tuesday, July 14, 2009

C++ help??

Me and my friend are looking for a simple command-line C++ source code compiler. All It needs to do is to be able to compile C++ to a .exe using the command line. We would prefer one that does not have any fancy interfaces, just a compiler.

C++ help??
I'd recommend GCC (G++)





http://gcc.gnu.org/install/specific.html





For Windows, you might find this helpful: http://www.claremontmckenna.edu/math/ALe...
Reply:I have Turbo C++ compiler...Whenever you comile a C++ file it also creates a .exe file and stores it in the comipler output directory..that is, the directory where u are storing the compiled file
Reply:www.mingw.org
Reply:There are free compilers out there that can be used from the commandline. MS VC++ Express is free to DL and use. All express editions are http://www.microsoft.com/express/downloa...





but for what you're asking. here's one from borland. DL link.


http://cc.codegear.com/download.aspx?id=...





website:


http://cc.codegear.com/Free.aspx?id=2477...


No comments:

Post a Comment