/* * TCPserverExample.cpp */ #include "stdio.h" #include "TCPserver.h" int main( int argc, char* argv[] ) { TCPserver serv( 51719 ); }