JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.2: C++ User's Guide
search filter icon
search icon

Document Information

Preface

Part I C++ Compiler

1.  The C++ Compiler

2.  Using the C++ Compiler

3.  Using the C++ Compiler Options

Part II Writing C++ Programs

4.  Language Extensions

5.  Program Organization

6.  Creating and Using Templates

7.  Compiling Templates

8.  Exception Handling

9.  Improving Program Performance

10.  Building Multithreaded Programs

Part III Libraries

11.  Using Libraries

12.  Using The C++ Standard Library

13.  Using the Classic iostream Library

14.  Using the Complex Arithmetic Library

15.  Building Libraries

Part IV Appendixes

A.  C++ Compiler Options

B.  Pragmas

Glossary

Index

Numbers and Symbols

A

B

C

D

E

F

G

H

I

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Z

E

+e(0|1), compiler option, A.2.13 +e{0|1}
-E compiler option, A.2.12 –E
EDOM, errno setting, 14.4 Error Handling
elfdump, A.2.118.1 Values
endl, iostream manipulator, 13.7 Manipulators
ends, iostream manipulator, 13.7 Manipulators
enum
forward declarations, 4.4 Making Forward Declarations of enum Types and Variables
incomplete, using, 4.5 Using Incomplete enum Types
scope qualifier, using name as, 4.6 Using an enum Name as a Scope Qualifier
environment variables
CCFLAGS, 2.8.2 Using CCFLAGS to Specify Compile Options
LD_LIBRARY_PATH, 15.1 Understanding Libraries
SUNWS_CACHE_NAME, 7.4.1 Repository Structure
er_src utility, A.2.112 -xbuiltin[={%all|%none}]
ERANGE, errno setting, 14.4 Error Handling
errno
definition, 14.4 Error Handling
interaction with -fast, A.2.17.1 Expansions
preserving value of, A.2.17.1 Expansions
-erroff compiler option, A.2.14 -erroff[=t]
#error, 2.5.4 Warnings and Errors
error
bits, 13.3.1.2 Handling Output Errors
checking, MT-safety, 10.4.1.3 MT-Safe iostream Restrictions
state, iostreams, 13.3.1.2 Handling Output Errors
error function, 13.3.1.2 Handling Output Errors
error handling
complex, 14.4 Error Handling
input, 13.3.9 Handling Input Errors
error messages
compiler version incompatibility, 2.3 Compiling With Different Compiler Versions
complex_error, 14.3 Mathematical Functions
linker
2.4.2 Separate Compiling and Linking
2.4.5 Compiler Command-Line Diagnostics
-errtags compiler option, A.2.15 -errtags[=a]
-errwarn compiler option, A.2.16 -errwarn[=t]
exceptions
and multithreading, 10.2 Using Exceptions in a Multithreaded Program
building shared libraries that have, 8.6 Building Shared Libraries That Have Exceptions
disabling, 8.3 Disabling Exceptions
disallowing, A.2.18.1 Values
functions, in overriding, 4.3 Overriding With Less Restrictive Virtual Functions
longjmp and, 8.5 Mixing Exceptions With Signals and Setjmp/Longjmp
predefined, 8.4 Using Runtime Functions and Predefined Exceptions
setjmp and, 8.5 Mixing Exceptions With Signals and Setjmp/Longjmp
shared libraries, 15.4 Building Shared Libraries That Contain Exceptions
signal handlers and, 8.5 Mixing Exceptions With Signals and Setjmp/Longjmp
standard class, 8.4 Using Runtime Functions and Predefined Exceptions
standard header, 8.4 Using Runtime Functions and Predefined Exceptions
trapping, A.2.28 -ftrap=t[,t...]
explicit instances, 7.2.4 Template Instance Placement and Linkage
explicit keyword, recognizing, A.2.18.1 Values
export keyword, recognizing, A.2.18.1 Values
extension features, Language Extensions
allowing nonstandard code, A.2.18.1 Values
defined, 1.5 Standards Conformance
external
instances, 7.2.4 Template Instance Placement and Linkage
linkage, 7.3 External Instances
extraction
char*, 13.3.4 Using the char* Extractor
defined, 13.12 iostream Terminology
operators, 13.3.2 Input Using iostream
user-defined iostream, 13.3.3 Defining Your Own Extraction Operators
whitespace, 13.3.8 Extracting Whitespace