Share via

Facebook x.com LinkedIn Email

C++ Declarations and Definitions

Declarations tell the compiler that a program element or name exists. Definitions specify what code or data the name describes. A name must be declared before it can be used.

See Also

Reference

Basic Concepts


  • Last updated on 2013年02月01日