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/ |
Using Templates in HP aC++ |
 |
This technical document summarizes template features defined
in the C++ standard and describes template instantiation as implemented
in HP aC++. It is provided with HP aC++ in both postscript and HTML
format in the following locations:
/opt/aCC/newconfig/TecDocs/templates.ps /opt/aCC/html/C/templates/templates.htm |
Note that you can select the HTML version from the initial
window of the HP aC++ Online Programmer's Guide.
HP-UX 64-bit Porting and Transition Guide |
 |
Helps developers transition applications from an HP-UX 32-bit
platform to the HP-UX 64-bit platform.
This document is available on the HP-UX 11.0 CD-ROM and on
the World Wide Web at the following URL:
http://docs.hp.com/hpux/development/ |
HP-UX Linker and Libraries Online User
Guide |
 |
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:
/opt/langtools/wdb/doc
You can print the following PostScript
documents, which constitute the official documentation for GDB (on
which HP WDB is based):
Debugging with GDB: /opt/langtools/wdb/doc/gdb.ps |
GDB Quick Reference:
/opt/langtools/wdb/doc/refcard.ps |
A PDF version of Debugging with GDB
is found in /opt/langtools/wdb/doc/gdb.pdf.
(The Acrobat Reader, acroread is
available free from Adobe Systems Inc. Refer to http://www.adobe.com.)
For an EMACS version of Debugging with
GDB:
/opt/langtools/wdb/doc/gdb.info* |
(Copy the files to your usual “info” directory
first.)
Use your Web browser to view the following HTML
documents:
Getting Started with HP WDB: /opt/langtools/wdb/doc/GDBtutorial.html |
If your browser does not support frames, view: /opt/langtools/wdb/doc/tutmain.html |
XDB to WDB Transition Guide: /opt/langtools/wdb/doc/xdb_trans.html |
Using the HP WDB Terminal User Interface: /opt/langtools/wdb/doc/TUI.html |
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,
or select from the initial window of the HP aC++ Online
Programmer's Guide.
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.