Is there anyway in C++ of declaring a global object? I want to create a single workspace object for my DB appliction, and access this object from my entire application. Any way of achieving this?
Regards, Phil Messenger