While working on a server-client simple chat application I've encounterd in an issue. I can't figure out how to display online users to the connected clients.
The server has a string vector containing each of the connected users name. On the client I have a Textarea of online users which I want to display the current connected users ofcourse.
Since code is a bit lengthy, I'll post it using pastebin.
I think it's might be importent to mention, the server and the client are in different projects.