Make the socket communication easy for c/c++ developers
#Install
git clone https://github.com/JairoSalazarV/CupPhone.git
#USE
#include "[PATH_TO_HEADER_FILE]/CupPhone.h"
#Compile Examples
g++ Server.cpp -o Server;
g++ Client.cpp -0 Client;
#Enjoy it!