modify the checklist

This commit is contained in:
Krzosa Karol
2026-01-28 19:06:00 +01:00
parent 6e4264c486
commit eaa3eab826

View File

@@ -1,6 +1,12 @@
/* /*
- [ ] Create threads and put client code, server code on separate - [x] Create basic client code
- [ ] Create 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 #define WIN32_LEAN_AND_MEAN