Thread: Visual Studio Compiler

  1. #1
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158

    Visual Studio Compiler

    You can download GCC as a complete package (the compiler Dev-C++ uses). But I can't seem to find were to get what ever compiler Visual Studio (2008) uses, as you can tell, I don't even know what it's called. Is it even provided? If so, what is it / where can I get it?
    Thanks

  2. #2
    Registered User carrotcake1029's Avatar
    Join Date
    Apr 2008
    Posts
    404
    How to: Compile a Native C++ Program from the Command Line

    I think thats what your looking for. I've always just compiled through VS though, so I don't have first hand experience using this.
    Also, I don't think you can download it by itself, looks like it comes with the whole package.

  3. #3
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Yup, that's what I was looking for.
    To bad - But I suppose it only make sence that it wouldn't be distributed by itself.

  4. #4
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    To bad - But I suppose it only make sence that it wouldn't be distributed by itself.
    Why? I could conceivably use Visual Studio from the command line to compile Windows programs (through Wine, of course); but perhaps I wouldn't want to install the whole IDE, just the compiler. Some of us have dial-up, you know.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  5. #5
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by dwks View Post
    Why? I could conceivably use Visual Studio from the command line to compile Windows programs (through Wine, of course); but perhaps I wouldn't want to install the whole IDE, just the compiler. Some of us have dial-up, you know.
    Then install the WDK. Comes with the compiler, the platform SDK, the driver DDKs (of course), even comes with MFC...

    [ I'm not sure that it's actually SMALLER than the VS Express download, though, and you need to go through a registration process, but it is free ]
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  6. #6
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Why? I could conceivably use Visual Studio from the command line to compile Windows programs (through Wine, of course); but perhaps I wouldn't want to install the whole IDE, just the compiler.
    Well, I honestly doubt MS is going to do anything to try to make it easy to run their software on competing operating systems.
    Some of us have dial-up, you know.
    Oh, believe me, I know.

  7. #7
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Also, if the compiler was available for download by itself, that would promote use of it with other IDEs, (which is in fact, precisely why I was asking in the first place), which again would involve non-MS product use.

    Besides, MS doesn't seem to like giving small downloads anyway. I was look for the DX SDK, and all I could find was a 1 GiB package. After I got it, I was able to extract the 5 MiB data that I needed. 5 out of over 1,000?! Ridiculuos.
    Last edited by Yarin; 06-13-2009 at 02:55 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Crazy errors caused by class, never seen before..
    By Shamino in forum C++ Programming
    Replies: 2
    Last Post: 06-10-2007, 11:54 AM
  2. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  3. Visual Studio Express for free
    By Frobozz in forum C# Programming
    Replies: 2
    Last Post: 04-29-2006, 09:59 PM
  4. Erros in Utility Header File
    By silk.odyssey in forum C++ Programming
    Replies: 4
    Last Post: 12-22-2003, 06:17 AM
  5. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM