Tagged Questions
0
votes
2answers
1k views
C++ - Simple server which sends simple HTML to clients
Now, I'm just fooling around with this and I'm not sure as to why this isn't working.
#include <winsock2.h>
#include <ws2tcpip.h>
#include <iostream>
#include <cassert>
const ...