Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. programming 24-7

programming 24-7

Scheduled Pinned Locked Moved The Lounge
questionc++performance
8 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    closecall
    wrote on last edited by
    #1

    is there such a thing as a free light weight c++ compiler out there? i travel a lot and want to program snippets of code all the time. unfortunately i can't afford a laptop so i would like to do all my programming off my 512MB memory stick. i.e. not having to install VC++ where ever i go. thanks (sorry if this constitutes as a programming question ;P )

    R S B N 4 Replies Last reply
    0
    • C closecall

      is there such a thing as a free light weight c++ compiler out there? i travel a lot and want to program snippets of code all the time. unfortunately i can't afford a laptop so i would like to do all my programming off my 512MB memory stick. i.e. not having to install VC++ where ever i go. thanks (sorry if this constitutes as a programming question ;P )

      R Offline
      R Offline
      Roger Wright
      wrote on last edited by
      #2

      closecall wrote: this constitutes as a programming question Nah, it's more of a shopping advice question... I may be mistaken (yeah, it does happen), but I believe the Platform SDK includes a command line compiler. I've never used it, but I seem to recall someone here suggesting it to me years ago when I couldn't afford to upgrade to the next version of VS. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

      1 Reply Last reply
      0
      • C closecall

        is there such a thing as a free light weight c++ compiler out there? i travel a lot and want to program snippets of code all the time. unfortunately i can't afford a laptop so i would like to do all my programming off my 512MB memory stick. i.e. not having to install VC++ where ever i go. thanks (sorry if this constitutes as a programming question ;P )

        S Offline
        S Offline
        Stuart Dootson
        wrote on last edited by
        #3

        Well, you'll want

        • Compiler & other binary tools (e.g. linker)
        • Include directories
        • Library files

        You could do worse than install the VC++ Toolkit on your main PC and copy the associated 'bin', 'include' and 'lib' directories onto your memory stick. Oh, and it helps if you have some sort of batch file to set up the environment variables for this lot. Alternatively, you could try the Digital Mars C++ compiler (don't know how good it is), OpenWatcom or v5.5 of the Borland C++ compiler. I don't know if there's any GCC available for Windows without Cygwin. My personal preference would be the VC++ compiler. HTH Stuart Dootson 'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'

        R 1 Reply Last reply
        0
        • S Stuart Dootson

          Well, you'll want

          • Compiler & other binary tools (e.g. linker)
          • Include directories
          • Library files

          You could do worse than install the VC++ Toolkit on your main PC and copy the associated 'bin', 'include' and 'lib' directories onto your memory stick. Oh, and it helps if you have some sort of batch file to set up the environment variables for this lot. Alternatively, you could try the Digital Mars C++ compiler (don't know how good it is), OpenWatcom or v5.5 of the Borland C++ compiler. I don't know if there's any GCC available for Windows without Cygwin. My personal preference would be the VC++ compiler. HTH Stuart Dootson 'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'

          R Offline
          R Offline
          roel_
          wrote on last edited by
          #4

          I don't know if there's any GCC available for Windows without Cygwin.
          There is: http://www.mingw.org/

          1 Reply Last reply
          0
          • C closecall

            is there such a thing as a free light weight c++ compiler out there? i travel a lot and want to program snippets of code all the time. unfortunately i can't afford a laptop so i would like to do all my programming off my 512MB memory stick. i.e. not having to install VC++ where ever i go. thanks (sorry if this constitutes as a programming question ;P )

            B Offline
            B Offline
            Bassam Abdul Baki
            wrote on last edited by
            #5

            Not sure how light the Dev-C++ compiler is, but it is free. "For that one fraction of a second, you were open to options you would never have considered. That is the exploration that awaits you. Not mapping stars and studying nebula, but charting the unknown possibilities of existence." - _Q (Star Trek: The Next Generation) _^__

            N 1 Reply Last reply
            0
            • B Bassam Abdul Baki

              Not sure how light the Dev-C++ compiler is, but it is free. "For that one fraction of a second, you were open to options you would never have considered. That is the exploration that awaits you. Not mapping stars and studying nebula, but charting the unknown possibilities of existence." - _Q (Star Trek: The Next Generation) _^__

              N Offline
              N Offline
              Nemanja Trifunovic
              wrote on last edited by
              #6

              It's not a compiler. It is an IDE around mingw (gcc for Windows)


              My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

              B 1 Reply Last reply
              0
              • N Nemanja Trifunovic

                It's not a compiler. It is an IDE around mingw (gcc for Windows)


                My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

                B Offline
                B Offline
                Bassam Abdul Baki
                wrote on last edited by
                #7

                Damn, you caught me. :-O "For that one fraction of a second, you were open to options you would never have considered. That is the exploration that awaits you. Not mapping stars and studying nebula, but charting the unknown possibilities of existence." - _Q (Star Trek: The Next Generation) _^__

                1 Reply Last reply
                0
                • C closecall

                  is there such a thing as a free light weight c++ compiler out there? i travel a lot and want to program snippets of code all the time. unfortunately i can't afford a laptop so i would like to do all my programming off my 512MB memory stick. i.e. not having to install VC++ where ever i go. thanks (sorry if this constitutes as a programming question ;P )

                  N Offline
                  N Offline
                  Niall Barr
                  wrote on last edited by
                  #8

                  I think DMC++ can be run off a removable device.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups