chatroom-cpp
chatroom-cpp copied to clipboard
A chat room application developed in C++ using the concepts of multi-threading and socket programming.
Results
2
chatroom-cpp issues
Sort by
recently updated
recently updated
newest added
Easily working on any platform. Make number of classes to chat in group. Send private message to user. Add UI.
Split it into logical modules (commands + shared server_types). Added five real slash-commands for listing users, renaming, private messaging, color changes, and help. Cleaned up a few minor C-API mishaps...