JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.3: C++ User's Guide     Oracle Solaris Studio 12.3 Information Library
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.  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

O

-O, compiler option, index iconA.2.61 –O
-Olevel, compiler option, index iconA.2.62 –Olevel
-o, compiler option, index iconA.2.63 –o filename
object files
linking order, index icon3.2 General Guidelines
relocatable, index icon14.3 Building Dynamic (Shared) Libraries
objects
destruction order, index iconA.2.17.1 Values
temporary, index icon9.1 Avoiding Temporary Objects
temporary, lifetime of, index iconA.2.17.1 Values
within library, when linked, index icon14.1 Understanding Libraries
oct, iostream manipulator, index icon13.7 Manipulators
.o files
option suffixes, index icon2.2.2 File Name Conventions
preserving, index icon2.4.1 Compile-Link Sequence
ofstream class, index icon13.4.1 Dealing With Files Using Class fstream
operators
iostream
index icon13.3.1 Output Using iostream
index icon13.3.1.1 Defining Your Own Insertion Operator
index icon13.3.3 Defining Your Own Extraction Operators
optimization
at link time, index iconA.2.136 -xlinkopt[=level]
levels, index iconA.2.151 -xOlevel
math library, index iconA.2.133 –xlibmopt
target hardware, index iconA.2.173 –xtarget=t
with -fast, index iconA.2.16 –fast
with pragma opt, index iconB.2.15 #pragma opt
with -xmaxopt, index iconA.2.144 -xmaxopt[=v]
optimizer out of memory, index icon2.6.4 Memory Requirements
options, command-line
C++ compiler options reference, index iconA.2 Option Reference
See individual options under alphabetical listings
summarized by function, index icon3.3 Options Summarized by Function
syntax, index icon3.1 Syntax Overview
ostream class, defined, index icon13.2 Basic Structure of iostream Interaction
ostrstream class, defined, index icon13.2 Basic Structure of iostream Interaction
output, index iconUsing the Classic iostream Library
binary, index icon13.3.1.4 Binary Output
buffer flushing, index icon13.3.1.3 Flushing
cout, index icon13.3.1 Output Using iostream
flushing, index icon13.3.1.3 Flushing
handling errors, index icon13.3.1.2 Handling Output Errors