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

W

+w, compiler option
index icon7.1 Verbose Compilation
index iconA.2.95 +w
-W command-line option, index iconA.2.94 -Wc,arg
+w2, compiler option, index iconA.2.96 +w2
-w, compiler option, index iconA.2.97 –w
#warning, index icon2.5.4 Warnings and Errors
warnings
anachronisms, index iconA.2.97 –w
C header replacement, index icon11.7.5.2 Replacing Standard C Headers
inefficient code, index iconA.2.95 +w
nonportable code, index iconA.2.95 +w
problematic ARM language constructs, index iconA.2.17.1 Values
suppressing, index iconA.2.97 –w
technical violations reducing portability, index iconA.2.96 +w2
unrecognized arguments, index icon2.4.5 Compiler Command-Line Diagnostics
whitespace
extractors, index icon13.3.8 Extracting Whitespace
leading, index icon13.3.5 Reading Any Single Character
skipping
index icon13.3.8 Extracting Whitespace
index icon13.7.1 Using Plain Manipulators
workstations, memory requirements, index icon2.6.4 Memory Requirements
ws, iostream manipulator
index icon13.3.8 Extracting Whitespace
index icon13.7 Manipulators