Originally posted by Ali Hassaan:
Hi,
You have to manage a vector on server in which u store all login users ids and in your case when A send message to B first server application checks in its userlist vector and then call its thread and send message.........
Hi ali
When the client connects to the server , then how does the client see's the list of connected cients on the server which are stored inside a vector or a hash table.
Does the server sends the vector object to the client for making a selection?
Please guide me a bit
Thanks in advance