Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I look at the C++ standard [duplicate]

Tags:

c++

stl

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

I want to use STL with the current program I'm working on and the vendor doesn't support what I feel is a reasonable STL, working is not my idea of reasonable. I have been unable to find a C++ Standard or an STL standard that is not just an API that leaves me wondering if my interpretation is correct or if the vendor interpretation is correct. I've already spent a great deal of time at SGI's site. Any reccomendations? Also, is there any document that's not an API that would be considered the standard?

like image 224
MacX.dmg Avatar asked Oct 15 '08 14:10

MacX.dmg


1 Answers

The draft of the current C++0x standard is available from this page and the official homepage of the C++ standards committee is here.

like image 106
jeffm Avatar answered Oct 12 '22 20:10

jeffm