Just more asynchronous stuff!
Alright, so I now have a working asynchronous socket program for my main chatting application, and it\'s working really well! However I
You don't say what OS you're using, but for most, if you want to use file descriptors above 1024 with select, you can #define FD_SETSIZE to be a larger number BEFORE #including sys/socket.h. Unfortunately, this doesn't work on Linux.
#define FD_SETSIZE