- Example with Qt 5.15.0
- Using MSVC and VS2019
- TODO: Add more details about
configure - TODO: jom notes.
Prerequisites:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <sys/socket.h> | |
| #include <sys/un.h> | |
| #include <time.h> | |
| #include <unistd.h> | |
| /* child process, connection handler */ | |
| int handle_connection(int remote_sock_fd); |
configurePrerequisites: