Thread: c++ compiler

  1. #1
    essence of digital xddxogm3's Avatar
    Join Date
    Sep 2003
    Posts
    589

    c++ compiler

    I'm looking for a compiler that would work from a 1gig thumbdrive and on xp.
    does anyone have an idea that would work?
    i want to store all files on this thumbdrive.
    compiler and source
    i also want to compile off of the thumbdrive
    "Hence to fight and conquer in all your battles is not supreme excellence;
    supreme excellence consists in breaking the enemy's resistance without fighting."
    Art of War Sun Tzu

  2. #2
    Registered User
    Join Date
    Jun 2004
    Posts
    722
    you may use Cygwin with no problem. It's only about 60Mb tops with g++ included.

    www.cygwin.com
    choose c++ dev tools from the devel drop down menu when downloading (g++, make, gbd if you like)

    after decompressing no reg keys or env variables are needed. but you can add cygwin\bin dir to the PATH variable to use cygwin tools anywhere on your harddrive.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM