Friday, November 26, 2010

Declarations

The optional parts of a declaration are the specfier and the initializer. For example, the following is okay: int i;

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

No comments:

Post a Comment