HP aC++/HP ANSI C Release Notes (B3901-90037; A.06.26; September 2011)
The reference is provided as HTML formatted files. You can view these files with an
HTML browser by opening the file /opt/aCC/html/libstd_v2/stdref/
index.htm or select the hyperlink from HP aC++ Programmer’s Guide.
• Rogue Wave Software Standard C++ Library 2.2.1 User’s Guide
This guide gives information about library usage and includes an extensive discussion
of locales and iostreams.
The guide is provided as HTML formatted files. You can view these files with an
HTML browser by opening the file /opt/aCC/html/libstd_v2/stdug/
index.htm or select the hyperlink in the main online help topic for HP aC++.
• Rogue Wave Software Standard C++ Library 1.2.1 Class Reference
This reference provides an alphabetical listing of all of the classes, algorithms, and
function objects in the prior Rogue Wave implementation of the Standard C++
Library. It is provided as HTML formatted files. You can view these files with an
HTML browser by opening the file /opt/aCC/html/libstd/ref.htm.
• Rogue Wave Software Tools.h++ 7.0.6 Class Reference
This reference describes all of the classes and functions in the Tools.h++ Library. It
is intended for use with Rogue Wave Standard C++ Library 1.2.1.
The reference is provided as HTML formatted files. You can view these files with an
HTML browser by opening the file /opt/aCC/html/librwtool/ref.htm.
There are 8 templates documented in the main part of the manual as still supported.
This is incorrect. The interfaces for the following 8 templates must be translated to
the new interface with two extra template arguments:
RWTPtrHashDictionary ==> RWTPtrHashMap
RWTPtrHashDictionaryIterator ==> RWTPtrHashMapIterator
RWTPtrHashTable ==> RWTPtrHashMultiSet
RWTPtrHashTableIterator ==> RWTPtrHashMultiSetIterator
RWTValHashDictionary ==> RWTValHashMap
RWTValHashDictionaryIterator ==> RWTValHashMapIterator
RWTValHashTable ==> RWTValHashMultiSet
RWTValHashTableIterator ==> RWTValHashMultiSetIterator
Refer defect CR JAGaa90638.
Online documentation 55