Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicate:
Where do I find the current C or C++ standard documents?

Great. Like many of you I want to be well prepared when the new C++ standard hits the street (industry) and start studying it before it's officially published.

Please point me where it can be downloaded.

share|improve this question
2  
I suspect the official standard will come with a fee much like C++98. You can always look at the various drafts that are available though. – Mark B Sep 12 '11 at 14:57
Asked and answered: stackoverflow.com/questions/81656/… – Loki Astari Sep 12 '11 at 18:29

marked as duplicate by Loki Astari, Armen Tsirunyan, Nicol Bolas, interjay, Graviton Sep 13 '11 at 11:38

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

You could either purchase the official final PDF here, or download the most recent draft free of charge here.

share|improve this answer
If you wait a bit, national resellers (such as BSI) will probably undercut ISO. – MSalters Sep 12 '11 at 15:32

The latest draft that is still publicly downloadable at no cost is the Feb 2011 draft:

share|improve this answer
As far as I know the drafts usually stay free of charge, which is usually why most people on the internet reference the drafts instead of the final version (you can't easily link to a for-pay resource). – Joachim Sauer Sep 12 '11 at 15:17

Not the answer you're looking for? Browse other questions tagged or ask your own question.