User profile: muditverma2011

User info
User name:muditverma2011
Name:Mudit Verma
Location:India
Website:http://www.facebook.com/pages/Computer-Tips-and-Tricks/645330865508544?ref=hl
Bio:A programmer .... enough said !
History
Joined:
Number of posts:1
Latest posts:

How to Create a Timer In C++
#include<iostream.h> #include<time.h> #include<conio.h> void sleep(long double d) { clock_t sta...