No description
a.out | ||
Board.cpp | ||
Board.h | ||
Client.cpp | ||
Parser.cpp | ||
Parser.h | ||
README.md | ||
Server.cpp | ||
test.cpp | ||
test.txt |
Breakthrough
Reposity for the second CSCE 315 project
compile the server with the folling command: g++ -std=c++11 -o server Board.cpp Server.cpp
run: ./server [port]
Client is still WIP.