Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. arunag

    how to pass user-define data types or classes across two process

    using COM how can a copy of class object be passed from one process addresss to another process using COM?? -Aruna.
  2. arunag

    Singleton class for one or more process.

    thank you all for the response. if it is possible only with out-of-process exe i.e, as a DCOM/NT service it is fine. i can make it a DCOM singleton server and COM does the job. if in later time u get any idea, pls write it. regards, Aruna.
  3. arunag

    Singleton class for one or more process.

    Hi, If any one can suggest how to acheive this?? I have a class in a dll, i want to make this class as singleton across processes. ie., there should be one object of this class, no matter how many applications are loading this dll and using the singleton object. Or any other design approach...
  4. arunag

    STL and Inheritance

    I am using STL queue ie., std::queue<CData> DataQ. and i am also using push(), pop(), front() of the queue. My question is if i want to push or pop the queue objects of CDerivedData. Here CDerivedData is inherited from CData. Is this right thing?? Why i want this to do is in my queue i want to...

Part and Inventory Search

Back
Top