Skip to Content
Programming and Problem Solving with C++: Brief, 6th Edition
book

Programming and Problem Solving with C++: Brief, 6th Edition

by Nell Dale, Chip Weems
March 2013
Intermediate to advanced
773 pages
22h 9m
English
Jones & Bartlett Learning
Content preview from Programming and Problem Solving with C++: Brief, 6th Edition

Appendices

Appendix A     Reserved Words

The following identifiers are reserved words—identifiers with predefined meanings in the C++ language. The programmer cannot declare them for other uses (for example, variable names) in a C++ program.

Image

Appendix B Operator Precedence

The following table summarizes C++ operator precedence. Several operators are not discussed in this book (typeid, the comma operator, ->*, and .*, for instance). For information on these operators, see Stroustrup’s The C++ Programming Language, Third Edition (Addison-Wesley, 1997).

In the table, the operators are grouped by precedence level (highest to lowest), and a horizontal ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Programming and Problem Solving with C++: Comprehensive, 6th Edition

Programming and Problem Solving with C++: Comprehensive, 6th Edition

Nell Dale, Chip Weems

Publisher Resources

ISBN: 9781449694289