C++ Programming Tutorial Part II: Object-Oriented …

Static member data When we provide an initialization value, the compiler thinks we want to make this piece of data ^static. For a class, static data is data that is the same for all objects created from the same class (all instantiations of the class). Thats not at all what we want here. There must find another way to initialize the ................
................