User profile: CoolTech

User info
User name:CoolTech
History
Joined:
Number of posts:7
Latest posts:

Server Socket Program
What all the ways to implement a server (takes multiple client request) socket i.e. fork, multithrea...

Singleton design pattern
Which option would be chosen to create only one object of a class a) Singleton pattern ( make the c...

Debug multithreaded Application
How can we debug the multithreaded application in unix environment?

Virtual Funtionality
class 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 ...