View Full Version : Looking for a portable version of g++ for windows ?
Dave_Connor
October 14th, 2008, 04:05 AM
With a C++ programming class there is a program that I hate using and prefer using GNU C++ compiler. Is there a way to run this program on a portable USB drive ?
StOoZ
October 14th, 2008, 06:46 AM
mingw?
black_rob
October 14th, 2008, 07:46 AM
Google "install cygwin on usb drive" and you'll see instructions. I installed cygwin on my work pc specifically so I could use gcc when doing my programming homework. Haven't used it on a flash drive, but google says it works.
WW
October 14th, 2008, 07:55 AM
As the previous posters have mentioned, the two main alternatives are mingw (http://www.mingw.org/) and cygwin (http://www.cygwin.com/). Try googling "mingw vs cygwin" for comparisons.
EDIT: Sorry, I spaced out on the part about running from a portable usb drive. Those links will provide background, but black_rob's suggestion will probably be more relevant to your question.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.