mxcop / cpp-winsock

G++ Winsock example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G++ Windows Socket Example

Simple example of sockets in C++ on windows compiled with G++.

Prerequisites

Windows 10^

G++ Compiler

Compile

$ make

Run

$ make run server <port>

$ make run client <addr> <port> <msg>

About

G++ Winsock example


Languages

Language:C++ 79.7%Language:Batchfile 20.3%