Search:

Type: Posts; User: MajorScientist

Search: Search took 0.01 seconds.

  1. Many thanks!

    Many thanks!
  2. It is extremely clear to me now, thanks for your...

    It is extremely clear to me now, thanks for your answer. Do I absolutely need to use the "New" keyword to declare my CBootUp object, or declaring it as written in my original post works well?
  3. In fact, the CRoom object is static, it's a...

    In fact, the CRoom object is static, it's a singleton. Its main role is to create, loop, render and clean rooms. So when it creates a CBootUp object, there will never be more than one, and it will be...
  4. Scope problems when creating new objects

    Hi all,

    I have a question regarding scope when creating new objects. I have a static object which performs important global operations in my program. This static object has a method to check a...
  5. Thanks to your short answer, I just figured it...

    Thanks to your short answer, I just figured it out. My function shouldn't be static anymore because I changed some design, I just didn't even realize it was still declared as a static function. Too...
  6. Question regarding the scope of a class variable in specific situation.

    Hi all,

    I am currently writing a quite simple program in C++ with the SDL library. I am not blocked at any point right now but I have hard times understanding the scope of a class member variable,...
Results 1 to 6 of 6