Where to get C++ standard library for Windows?

Sharky Forums


Results 1 to 3 of 3

Thread: Where to get C++ standard library for Windows?

  1. #1
    Sushi
    Join Date
    Jun 2005
    Posts
    1

    Where to get C++ standard library for Windows?

    anyone know where i can download the c++ standard library for windows? I'd like to do some programming but, for some reason, i can't find the libraries anywhere... is there a reason for that?
    thanks
    -evan

  2. #2
    NullPointerException rock's Avatar
    Join Date
    Sep 2000
    Location
    York, PA
    Posts
    6,203
    You used to be able to download the Win32 SDK, but for some reason I recall with Visual C++ version 6, they took down the free downloads. If you can't find it, that could be why.

    For what it's worth, you can download the .NET SDK for free.

    Open Source is free like a puppy is free.

    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames.

    Understanding Evolution

  3. #3
    Hammerhead Shark
    Join Date
    Feb 2001
    Posts
    1,612
    Well actually, the platform SDK is still free. Maybe it's because you were searching for "win32 sdk" instead. Oh and get the server 2003 one even if you're not using server 2003. I dunno why they call it that, really just get the latest one is the rule. (It will tell you this on the website if you don't want to take my word for it )
    http://www.microsoft.com/downloads/d...displaylang=en


    But I'm not sure if the standard C libraries come with that. For what it's worth, the Microsoft C++ toolkit (the free compiler) does come with the standard libraries. So that might be killing two birds with one stone there, if you're also looking for a compiler.
    http://www.microsoft.com/downloads/d...displaylang=en

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •