User profile: anzarzulfiqar

User info
User name:anzarzulfiqar
Name:Anzar Zulfiqar
Location:Bangalore, India
Website:http://twitter.com/anzarzulfiqar
History
Joined:
Number of posts:3
Latest posts:

Why c++?
we can be close to the system architecture, and follow the OOPs paradigm also

Elapsed time program - incorrect results using "modf" function
i think if the time has to be 24HR format, we can use arithmetic on hours as it is...............

Singleton class with static method
[code] class A; class B: public A ; Class A { Public : Static A* getInstance(...