<< C ++ Primer >> Glossary (to be added)

Glossary

Chapter 1 starts

Parameter (argument, argument): the transfer function of the value
  
assignment (assignment): erase current value of an object of a new value substituted
  
buffer (buffer): a storage area for storing data. IO facilities typically input (or output) data stored in a buffer, the buffer write operation in the operation program independent. We can explicitly flush the cache, in order to force the data written to the output buffer devices. By default, read cin flushes cout; cout will be refreshed when the program terminates abnormally.
  
Cerr: a ostream object associated standard error, is typically written to the same standard output device. By default, the data is not written to cerr buffer. cerr usually
built-in type (built-in type):

Part I, C ++ base

Chapter 2 basic types of variables and

Chapter 3 strings, vectors and arrays

Chapter 4 expression

Chapter 5 Statement

Chapter 6 Functions

Chapter 7 class

Part II C ++ Standard Library

Chapter 8 IO Libraries

Chapter 9 order container

Chapter 10 generic algorithms

Chapter 11 is associated container

Chapter 12 Dynamic Memory

Part III class designer tool

Chapter 13 Copy Control

Chapter 14 overloaded operators and type conversion

Chapter 15. Object-Oriented Programming

Chapter 16 templates and generic programming

Part IV Advanced Topics

Chapter 17 of the standard library of special facilities

Tools Chapter 18 for large programs

Chapter 19 Special Tools and Techniques

Guess you like

Origin www.cnblogs.com/isChenJY/p/11365925.html