modify the checklist
This commit is contained in:
10
src/main.cpp
10
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
|
||||
|
||||
Reference in New Issue
Block a user