Server Socket ProgramWhat all the ways to implement a server (takes multiple client request) socket i.e. fork, multithrea...
Singleton design patternWhich option would be chosen to create only one object of a class a) Singleton pattern ( make the c...
Debug multithreaded ApplicationHow can we debug the multithreaded application in unix environment?
Virtual Funtionalityclass A { public: virtual void foo(); }; class B: public A { privat...
Template Implementation Internally Thanks Peter. It means, executable size would be increased as complier generates different code for ...