ok thanks. But is it really ok to use static libraries and use them in dlls?
Hi, I have a class located in a stored library. I then linked the library to a DLL. If I call the class like this: example: // sample of...
thanks a lot shabbir!
will this approach be better? class B{ private: A newA; public: A& operator() (int x){ return newA; }; }; so this...
Code samples class A { : void setter( char c); char getter(); }; class B{ public: A& operator() (int x){ A newA;...
Separate names with a comma.