
new Returns the address of new space
allocated for a dynamic variable of the
type named on the right
delete Returns the space allocated for the
dynamic variable on the right to the heap
to be allocated again
selection . (infix: struct variable.member) Accesses
the member field of the struct variable
. (infix: class variable.member) Accesses
the member data or function of the
class variable
[] (postfix: encloses an integral expression)
Accesses a position within the array
variable named on the left
scope resolution :: (infix: class type::method) Associates a
method with the class in which it is
declared
Appendix D
C++ Library Routines and Constants
Header File ...