You can try the following.
Code:
stdio_handler::stdio_handler() : TCPserver(8888) {
// Other constructor code...
}
stdio_handler::stdio_handler(uint16_t port) : TCPserver(port) {
// Other constructor code...
}
Statistics: Posted by rooppoorali — Thu May 04, 2023 8:57 am