HPlogo HP C++ Version A.10.40 Release Notes: HP 9000 Computers > Chapter 3 Related Documentation

Online Documentation

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

Xwindow users can invoke the HP C++ Online Programmer's Guide in any of the following ways:

  • Use the +help option on the CC command line.

The following online documentation is included with the HP C++ product:

  • To access the HP C++ Online Programmer's Guide, use the command:

    CC +help

    If the +help option does not work, ensure the environment variable DTHELPSEARCHPATH is set. (It may not be set if you rlogin to a system, for example.) If it is not set, use the following command to set it:

    eval $(dtsearchpath)

    Ensure the LANG environment variable is set, typically LANG=C.

    As a workaround, you can view the online help using the ? icon on the HP CDE front panel or by using one of the following commands:

    /usr/dt/bin/dthelpview -helpVolume CXX

    or

    /usr/dt/bin/dthelpview -h /opt/CC/help/C/CXX.hv
    NOTE: Users with character-based terminals or terminal emulators can use the charhelp program to view or print the online help provided for C++ and the linker.

    To start charhelp enter the full pathname (or just charhelp if /opt/langtools/bin is in your $PATH environment variable), and you will get a usage statement:

    $ /opt/langtools/bin/charhelp
    charhelp: Usage: charhelp {cc | CC | f77 | ld | -helpVolume file}

    For help with C++, for example, enter charhelp CC and follow the menus for further direction. For more information, see the man page for charhelp(1) (/opt/langtools/share/man/ must be in your MANPATH environment variable).

  • HP-DDE Debugger Online Help

    Refer to the discussion on basic-style (not advanced-style) debugging of optimized code in the HP/DDE debugger online help.

  • To access the HP Linker and Libraries Online User Guide use the command:

    ld +help

    The HP Linker and Libraries Online User Guide online guide replaces the manual Programming on HP-UX.

  • HP C++ Templates Technical Addendum describes template implementation in HP C++. You can access the addendum from within the HP C++ Online Programmer's Guide. It is also available in the postscript file, /opt/CC/newconfig/TecDocs/templates.ps and in the ASCII file, /opt/CC/newconfig/TecDocs/templates.ascii.

  • HP C++ Troubleshooting Notes focuses on methods of diagnosing and solving problems you may encounter. It contains a "troubleshooting matrix" and a list of tools available online in the /opt/CC/contrib/Tools directory.

    The document is available online in the postscript file, /opt/CC/newconfig/TecDocs/tools.ps, and in the ASCII file, /opt/CC/newconfig/TecDocs/tools.ascii. You can access the ASCII file from within the HP C++ Online Programmer's Guide.

  • HP C++ Release Notes is this document. The online ASCII file can be found in /opt/CC/newconfig/RelNotes/CXX.release.notes.

  • The HP PA-RISC Compiler Optimization Technology White Paper describes the benefits of using optimization. It is available in the postscript file, /opt/langtools/newconfig/white_papers/optimize.ps.

  • Online manual pages for CC, c++filt, nm++, gprof++, and the standard libraries (stream, task, complex, codelibs, and standard components) are provided under /opt/CC/share/man.

© 1998 Hewlett-Packard Development Company, L.P.