HOW DO I save the representation of a class in binary file. i mena like the class is represented in memory at runtime and then how i read it into class
>>26
I believe what >>24 is referring to is the fact that even with a singleton pattern the object and the class is seperate entities.
Non-static members of the class are still only accessible through the instance, regardsless of the fact that you can access the instance throught the class.