Hello. This is the code I am having trouble with:
#include <iostream>
#include <3ds.h>
#include <string>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/unistd.h>
#define PORT 6868
void Sleep(int milliseconds) {
svcSleepThread(1000000 * milliseconds);
}
int main(int argc...