Created by Adriana Vincelli-Joma
over 3 years ago
|
||
static
static keyword for variables inside function
static keyword for class objects inside function
static object destructor
auto
register
namespace
keyword namespace used to control linkage
external linkage
internal linkage
creating namespace
namespace example
steps in using namespace
using directive
using declaration
static data members vs global variables
storage utilization for static data members
initialize static array
restrictions placed on static data members and local classes
static member functions
steps to create and use static member function
Guarantees of order of creation/destruction of static objects
3 approaches to resolving problems from creation/destruction of static objects
handling static objects using Technique 1
handling static objects using Technique 2
alternate linkage specification
using alternate linkage specification