/simple_echo_server

c++98 간단한 에코 서버 만들기

Primary LanguageC++

Simple Echo Server

Description

Simple echo server and client written in C++98.

Usage

Bash

bash.mov
  1. compile
c++ -o server server_main.cpp
c++ -o client client_main.cpp
  1. run
./server 4242
./client 127.0.0.1 4242

Clion with CMakeLists.txt

CMakeLists.mov
  1. open project
  2. run