Thread: free 64-bit C++ compiler on Windows

  1. #16
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    For the record, Visual Studio do support the long long type (yes, it is 64-bit).
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  2. #17
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    For the record, Visual Studio do support the long long type (yes, it is 64-bit).
    Ah I see. Thanks. That's new to me.

  3. #18
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by cyberfish View Post
    Ah I see. Thanks. That's new to me.
    Yes, only the later versions support this. Earlier (e.g. VS .Net and VS 6) didn't. I'm not sure if it came into VS2005 or VS2008.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  4. #19
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    If anyone is interested (or stumbles across this thread in search of a 64-bit free C++ compiler on Windows), I have built a working toolchain here (includes Boost)

    http://sourceforge.net/forum/forum.p...orum_id=723797

    using all the latest stuff from SVN (as of this writing, 2008-11-03, of course).

  5. #20
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    In that it says
    (~26MB, decompresses to ~460MB)
    I think you have a typo there.

  6. #21
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    That is NOT a typo . The compression ratio was something like 5%.

    It was probably due to the amount of duplicated stuff (and I used the highest compression level with 7zip).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. pthreads for 64 bit m/c
    By vin_pll in forum C Programming
    Replies: 2
    Last Post: 02-22-2009, 10:25 PM
  2. 64 bit testing
    By DrSnuggles in forum C++ Programming
    Replies: 7
    Last Post: 11-20-2007, 03:20 AM
  3. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM
  4. Direct3d, Windows, and Free Software...
    By QuestionC in forum Game Programming
    Replies: 10
    Last Post: 01-20-2002, 12:02 AM
  5. How do I set up Borland's C++ Free compiler
    By Unregistered in forum C++ Programming
    Replies: 13
    Last Post: 11-03-2001, 11:18 PM