Which is latest C++ Standard Release , From where i can download it
c++
Solution
If you don't want to pay money, you can always use the final draft. It is basically the same with only minor edits. And it is free.
You can find a PDF here. Otherwise just search for 14882 final draft.
edit: Updated link to the document instead of the index
Problem
Possible Duplicate: Where do I find the current {X} standard? I have a simple Question ! I am looking for soft copy of latest C++ Standard release. I have ISO/IEC 14882 First Edition ,1998-09-01, But i have doubt if it is latest. I visited http://www.open-std.org/jtc1/sc22/wg21/, There are many drafts. Please guide me which one is latest and i should refer.