I am looking for a portable C compiler to run from an USB stick on Windows (XP or higher).

If it's a GCC portable version, that's a plus. If it's also (optionally) a C++ compiler, that's a plus too.

I do know of Tiny C Compiler, but I wouldn't call it a full-featured compiler.

link|improve this question

70% accept rate
feedback

2 Answers

up vote 1 down vote accepted

just grab your personal copy of mingw and put it onto the stick.

link|improve this answer
feedback

Dev C++ portable is an excellent C,C++ compiler with an inbuilt IDE..

link|improve this answer
and it's gcc compatible... – Vineet Menon Nov 9 '11 at 11:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.