User profile: puneet9983

User info
User name:puneet9983
Name:Puneet Kumar
Location:MIT-Manipal
Website:http://facebook.com\pforpuneet
Bio:email - puneet9983@gmail.com
History
Joined:
Number of posts:7
Latest posts:

printf("%what",..) for user defined types
typedef struct Node { int data; struct Node *next; }node; node* var; ..... printf("...

cpu time calculation confusion
@soranz thanks that's true but I wanted to show output i was getting along with the code.. please c...

cpu time calculation confusion
I am confuse here in simple multiplication and division .. how come interval / clock_sec is not equ...

Hey guys new to the whole C++
hello there.. Even I am new to C++ scene and trying to learn... I have only one thing to say "If you...

Interface tutorial's example
okay..concept is clear now. Thanks a lot !