Search:

Type: Posts; User: laserlight

Search: Search took 0.32 seconds.

  1. Replies
    9
    Views
    3,397

    Also, shared and weak pointers are now part of...

    Also, shared and weak pointers are now part of the C++ standard library, and before that, part of the TR1 extensions to the standard library.
  2. Replies
    9
    Views
    3,397

    Maybe what you could do is this: create a...

    Maybe what you could do is this: create a resource registry singleton. Whenever you want to access one of these resources, you pass whatever information is required to the registry, and receive a...
  3. Replies
    9
    Views
    3,397

    Are you trying to write a limited garbage...

    Are you trying to write a limited garbage collector, or something closer to a smart pointer?
Results 1 to 3 of 3