cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Check for connection
Check for connection
Feb 5, 2011 at 1:58am UTC
majidkamali1370
(241)
Hi.
How can I understand that, user is connected to the internet?
I mean, immediately after connecting to internet.
For example immediately after connecting to internet, my program updates itself.
Thanks :-)
Feb 6, 2011 at 3:39am UTC
sadavied
(71)
You can have it send ICMP packets to your 'update server' or something like that.
Feb 6, 2011 at 2:19pm UTC
rishabhagl
(17)
See how many user are connected to port 80 of a remote machine using 'netstat'.
Topic archived. No new replies allowed.