Friday, July 31, 2009

C++ Compiler?

Does anyone kow of a good compiler for C++? I don't want an IDE, cuz I've tried Code::Blocks and Dev-Cpp, but I just want the compiler. Any suggestions?

C++ Compiler?
Digital Mars C and C++ Compilers for Win32, Win16, DOS32 and DOS. Fastest compile/link times, powerful optimization technology, Design by Contract, complete library source, HTML browsable documentation, disassembler, librarian, resource compiler, make, etc., command line and GUI versions, tutorials, sample code, online updates, Standard Template Library, and much more.





http://www.digitalmars.com/
Reply:For whatever product you are using, just use the compiler. You are not required to use any IDE if you don't want to. All the products expose the compiler as a separate executable. Just set up your make or build utility to use your compiler.





As far as which compiler to use, this question comes up at least once a week. Look in the question history.
Reply:The Dev c++ by bloodshed.


No comments:

Post a Comment