-1

Possible Duplicate:
Portable Programming IDE

(cross-post from /r/programming @ reddit)

It doesn't need to be a full-blown IDE, a compiler would do (though syntax highlighting would be great||something like Sublime Text).

Since I usually only program in Linux, I'd like to try programming with windows.h. (It seems a messy API, though.) I guess the compiler would include it?

If there's no decent compiler/IDE I'll have to go with web programming, but after so much time it's tiring. Thanks a lot!

Community
  • 1
  • 1
user1264201
  • 75
  • 1
  • 9

1 Answers1

1

Compiler - MinGW GCC. It may be portable, just need to set up environment from batch file.

IDE (did you mean editor?) - Far Manager with Colorer plugin (at least) and ConEmu for tabs and more. Imho, it is the best for developers and of course, Far is console applicatipn. Far 3.x is fully portable (settings are stored in sqlite db's). ConEmu may be portable too (creare ConEmu.xml file). And yes, I'm the author of ConEmu ;)

Community
  • 1
  • 1
Maximus
  • 10,751
  • 8
  • 47
  • 65