Multithreading – shared variable passed by reference not being modified
I’m trying to learn socket programming and multithreading in C. Currently I’m working on a server that manages a chat room that up to 16 clients can connect to.
I’m trying to learn socket programming and multithreading in C. Currently I’m working on a server that manages a chat room that up to 16 clients can connect to.