United States |
Order Number: AA-PX2BK-TE
This manual contains information about developing Compaq C++ programs on Compaq Tru64 UNIX and Linux Alpha systems.
Revision/Update Information: This is a revised manual, replacing AA-PX2BJ-TE
Software Version:
Compaq C++ Version 6.3 for Tru64 UNIX
Compaq C++ Version 6.3 for Linux Alpha
Compaq Computer Corporation
Houston, Texas
© 2001 Compaq Computer Corporation.
COMPAQ, the Compaq logo, and Alpha, DEC, Ladebug, OpenVMS, and VMS are registered in the U.S. Patent and Trademark Office. Tru64 is a trademark of Compaq Information Technologies Group, L.P. in the United States and other countries. UNIX is a trademark of The Open Group in the United States and other countries. All other product names mentioned herein may be trademarks of their respective companies.
Portions of the ANSI C++ Standard Library have been implemented using source licensed from and copyrighted by Rogue Wave Software, Inc.
Information pertaining to the C++ Standard Library has been edited and reprinted with permission of Rogue Wave Software, Inc. All rights reserved.
Portions copyright 1994-2001 Rogue Wave Software, Inc.
Compaq shall not be liable for technical or editorial errors or omissions contained herein. The information in this document is provided as is without warranty of any kind and is subject to change without notice. The warranties for Compaq products are set forth in the express limited warranty statements accompanying such products. Nothing herein should be construed as constituting an additional warranty.
Confidential computer software. Valid license from Compaq required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license.
This document is available on CD-ROM. This document was prepared using DECdocument, Version 3.3-1n.
Contents | Index |
This manual contains information for developing and debugging Compaq C++ programs on Tru64 UNIX and Linux Alpha systems, and includes information on other Tru64 UNIX and Linux Alpha features and tools that work with Compaq C++.
Most information in this manual applies to both the Tru64 UNIX and Linux Alpha platforms. The notation [Tru64] introduces information that applies only to Tru64 UNIX; the notation [Linux] introductes information that applies only to Linux Alpha. |
This manual is intended for experienced programmers who need to develop Compaq C++ programs on Tru64 UNIX and Linux Alpha systems. Users of this manual should have a basic understanding of the C++ language and some familiarity with the Tru64 UNIX and Linux Alpha operating systems.
This manual is organized as follows:
The following documents contain information associated with topics in this manual:
The following documents are not included in the Compaq C++ documentation set. Refer to them for additional information on the C++ programming language, Compaq C, or Tru64 UNIX and Linux Alpha programming.
Table 1 lists the conventions used in this manual.
Convention | Meaning |
---|---|
% | A percent sign (%) is the default user prompt. |
class complex {
. . . }; |
A vertical ellipsis indicates that some intervening program code or output is not shown. Only the more pertinent material is shown in the example. |
,... | A horizontal ellipsis in a syntax description indicates that you can enter additional parameters, options, or values. A comma preceding the ellipsis indicates that successive items must be separated by commas. |
The
generic
class...
The get() function... |
Monospaced type denotes the names of Compaq C++ language elements, and also the names of classes, members, and nonmembers. Monospaced type is also used in text to reference code elements displayed in examples and file-name extensions. |
italic | Italic type denotes the names of variables that appear as parameters or in arguments to functions, and also denotes book titles. |
boldface | Boldface type in text indicates the first instance of terms defined in text. |
UPPERCASE
lowercase |
The Tru64 UNIX and Linux Alpha operating systems distinquish between uppercase and lowercase characters. Literal strings that appear in text, examples, syntax descriptions, and function definitions must be entered exactly as shown. |
cxx (1) | Cross-references to reference pages include the appropriate section number in parentheses. |
You may send comments or suggestions regarding this manual, or any Compaq C++ document, by electronic mail to the following Internet address:
Include the title of the document, section and page number where the error occurred.
Customers with support contracts should seek support for problems through local customer support centers.
Customers who do not have support contracts are encouraged to mail problem reports to compaq_cxx.bugs@compaq.com . Although these reports will certainly be used as a source of input for fixing problems for new releases, we cannot give the reports individual attention. We can take remedial action only on a best-effort basis.
If you have questions, suggestions, or comments, please send mail to compaq_cxx@compaq.com .
When reporting problems to Compaq, please provide the following information:
Next | Contents | Index |