This manual, C++ User's Guide, explains how to use the C++ compiler and some of the newer C++ language features. This manual complements the C++ documentation set described in the "C++ Documentation" section, below.
Audience
The audience for this book includes software developers writing programs in the C++ language who are familiar with compiled program development and C++ language basics. This book is not a basic text in C++ programming.
Organization of This Book
This book contains the following chapters:
.
Manuals
In addition to the C++ User's Guide, the following books are included in the C++ documentation set.
Online documentation for this product is installed separately. See Sun WorkShop Installation and Licensing Guide for further information on installation.
Note - Before you use the man command, insert the name of the directory in which you have chosen to install the C++ compiler at the beginning of your search path. Doing this enables you to use the man command. This is usually done in the .cshrc file, in a line with setenv MANPATH at the start; or in the .profile file, in a line with export MANPATH at the start.
README file
The README file highlights important information about the compiler, including:
Other READMEs:
Related information can be found in the READMEs directory, which is located at /opt/SUNWspro/READMEs in a standard installation.