I have a singleton class i am using for global data. Here it is:
class Global { private: Global(void); // Never invoked public: static string bsDa