Hi,
I have a server which can handle multiple clients one-by-one i.e at a time it can connect with only one client. So how can I show the other pending client connections by printing their IP Addresses?
I am using C/C++ as programming language.
Someone please help me.