This repository is not active
mecitpmk/Holding-Objects-in-Vector-in-CPP
This example will expand our horizons in terms of thinking like compiler. In this example, When Book or Student objects created , automatically object will append to the static vector. Also when the books are taken, books will be stored as an adress of object in vector. Redeclaring static variables in .CPP files carries crucial role. This example teach you how to store objects, how to acces objects easily via vector etc..
C++