Good morning, I do not understand the following line of code:
Boss* Boss::s_bossInstance = nullptr;
s_bossInstance is a private property of class Boss , then,
1. How is it possible that I can access it outside the same class...
asked by
09.10.2017 / 17:39