- Distributed Objects refers to software modules that are designed to work together, but reside either in multiple computers connected via a network or in different processes inside the same computer.
- DCOM is a framework for distributed objects on the Microsoft platform.
Saturday, 29 August 2015
Technical Things to Know
Friday, 31 July 2015
auto_ptr
Note: auto_ptr has been deprecated in C++11 and unique_ptr has taken its place.
Thursday, 14 May 2015
Subscribe to:
Posts (Atom)