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

W

+w, compiler option
7.1 Verbose Compilation
A.2.101 +w
+w2, compiler option, A.2.102 +w2
-w, compiler option, A.2.103 –w
#warning, 2.5.4 Warnings and Errors
warnings
anachronisms, A.2.103 –w
C header replacement, 11.7.5.2 Replacing Standard C Headers
inefficient code, A.2.101 +w
nonportable code, A.2.101 +w
problematic ARM language constructs, A.2.18.1 Values
suppressing, A.2.103 –w
technical violations reducing portability, A.2.102 +w2
unrecognized arguments, 2.4.5 Compiler Command-Line Diagnostics
whitespace
extractors, 13.3.8 Extracting Whitespace
leading, 13.3.5 Reading Any Single Character
skipping
13.3.8 Extracting Whitespace
13.7.1 Using Plain Manipulators
workstations, memory requirements, 2.6.4 Memory Requirements
ws, iostream manipulator
13.3.8 Extracting Whitespace
13.7 Manipulators