User profile: vicky1711

User info
User name:vicky1711
Name:Vicky Chheda
Location:Guwahati
Bio:I am a graduate student at IIT Guwahati, in the second year of my M.Tech. course. I am doing my masters project in Computer Networks specifically in Multicast Routing Algorithms and Protocols. As a part of my project I am going to implement Discrete Event Simulations in C++.
Statistical data
Gender:Male
Occupation:Student
Skills:C
C++
Java
History
Joined:
Number of posts:4
Latest posts:

sleep() inside a loop.
@jsmith... hey thanks its wrking now. :-) Ill read more on stdout buffering. @ubootme... thanks :-)

sleep() inside a loop.
its a sample code taken from this site. its here [code]/* clock example: countdown */ #include <st...

sleep() inside a loop.
I have defined sleep() in my program. I am using it in a loop. But I observed that sleep() is adding...

How to create background timer?
Hello, I am writing an application in C++ where in need to perform a sequence of operations based o...