Advertisement

C++ standard

Started by August 10, 2000 04:50 AM
3 comments, last by Void 24 years, 4 months ago
Does anyone knows where to get a copy of the C++ Standard documentation. I just want to read the exception chapter 19.1 but the document from ANSI org is charging $245 for the whole thing!..
at msdn.microsoft.com (or something similar) you can view partial sections of the SDK help.

Here''s a better solution: If you have a CD that contains the MSVC++ Introductory edition, then there is an install component called ''Visual C++ Docs'' which are the help files for JUST VC++. Look into it.



========
Smidge
www.smidge-tech.co.uk
========
--Mr Smidge
Advertisement
MSDN, while a nice resource, have nothing to do with the C++ Standard.

You can get the standard in downloadable PDF format for $18,
try ANSI Electronic Standards Store.



Edited by - spock on August 11, 2000 3:49:36 AM
National Committee for Information Technology Standards : Standards Store
(C++ Standard: ANSI/ISO/IEC 14882 - $18)
Thanks!.. 18 vs 245.. I saved a fortune!..

This topic is closed to new replies.

Advertisement