Friday, November 26, 2010

Declarator Operators

All of the following are declarator operators:
    *
    *const
    &
    []
    ()

Reference: The C++ Programming Language by Bjarne Stroustrup. Addison-Wesley, 2000. Section: 4.9.1

No comments:

Post a Comment