Saturday, 29 August 2015

Technical Things to Know

  • 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.

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

Best Example of Recursion



Most of us face problem understanding recursion. I found one of the beautiful example for us to understand recursion
  1. Open VLC Media Player
  2. Press Ctrl+N
  3. Type “screen://”  in the opened window
  4. Click Play to see this VLC recursion effect