From eaa3eab826a2ccac8638ab73a29559ef6b3baabb Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Wed, 28 Jan 2026 19:06:00 +0100 Subject: [PATCH] modify the checklist --- src/main.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 08b48f4..3452134 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,12 @@ /* -- [ ] Create threads and put client code, server code on separate -- [ ] Create client code +- [x] Create basic client code +- [x] Create threads and put client code, server code on separate +- [ ] Create a chat server where you can prepend "client 0 to client 2: {msg}": and it will forward and print that message there + - [ ] type 'quit' or 'exit' to kill the app +- [ ] Write an http server and send some stuff to the browser! + + +https://beej.us/guide/bgnet/html/ */ #define WIN32_LEAN_AND_MEAN