The following online documentation is included with the HP
aC++ product.
HP aC++ Online Programmer's Guide |
 |
Access the guide in any of the following ways:
Use the +help command-line option.
The English guide (excluding Rogue Wave documentation)
is also available on the World Wide Web at the following URL:
http://docs.hp.com/hpux/development/ |
HP-UX Linker and Libraries Online User
Guide |
 |
This Guide may not be installed on pre-HP-UX 10.20 systems.
In this case, refer to the later section in this chapter, Linker
Compatibility Warnings, for valuable information.
To access, use the command:
HP DDE Debugger Online Help |
 |
Select help from the DDE Menu Bar.:
HP Wildebeest Debugger (HP WDB) |
 |
All of the HP WDB documentation is available online in the
following directory:
The most current HP WDB and its related documentation is also
available online at the following World Wide Web directory:
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 Rogue Wave
implementation of the Standard C++ Library. It is provided as HTML
formatted files. You can view these files if you have access to
an HTML viewer such as Netscape. To do so, open the file /opt/aCC/html/libstd/ref.htm
HP aC++ Release Notes |
 |
This is the document you are reading. The online ASCII file
can be found in /opt/aCC/newconfig/RelNotes/ACXX.release.notes
HP PA-RISC Compiler Optimization Technology
White Paper |
 |
This paper describes the benefits of using optimization.
It is available in the postscript file /opt/langtools/newconfig/white_papers/optimize.ps
Online Manual Pages |
 |
Online manual pages for aCC and c++filt are at /opt/aCC/share/man/man1.Z.
Manual pages for the Standard C++ Library and the cfront compatibility
libraries (IOStream and Standard Components) are provided under
/opt/aCC/share/man/man3.Z. (Note for Standard Components only, invoke
a man page by entering 3s after the man command and before the man
page name. For example, to invoke the man page for Args: man 3s
Args)
Japanese man pages are located at:
/opt/aCC/share/man/ja_JP.eucJP/man1.z and /opt/aCC/share/man/ja_JP.eucJP/man3.z (euc character set) /opt/aCC/share/man/ja_JP.SJIS/man1.z and /opt/aCC/share/man/ja_JP.SJIS/man3.z (SJIS character set)
|
Online C++ Example Source Files |
 |
Online C++ example source files are located in the directory,
/opt/aCC/contrib/Examples/RogueWave. These include examples for
the Standard C++ Library and for the Tools.h++ Library.