Sunday, July 12, 2009

Small c++ compiler?

What is the smallest (takes up the least hdd space) C++ compiler you can think of that will run on Windows?

Small c++ compiler?
The smallest I can think of is g++ that you can get from Cygwin download. You just open the Dev tree node after the setup menu and download the below


Cygwin gcc-core (C compiler) 3.4.x


Cygwin gcc-c++ (C++ compiler) 3.4.x


Cygwin gdb (GNU Debugger) 6.5.50


Cygwin make 3.80





You might need to add the C:\cygwin\bin to your "Path" Environmental Varible. It's not the easiest but the smallest that I know of.


No comments:

Post a Comment