I feel that "factory" model used in this library is a bit flawed. This is because it exposes raw unmanaged pointers (risk of pointer corruption), and because it forces the user to call "delete" on these pointers to explicitly release them. This, in my opinion, is bad design, so it should be fixed to something resembling "smart pointers" or std::auto_ptr<> in behavior to represent file and filesystem resources
Generated on Sun May 1 17:34:30 2005 for RealityStrike Game Engine API by
1.3.6