You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aadhavan Srinivasan 8e3488b904 Added a virtual destructor to the Sock class, which would allow Server and Client to override it 10 months ago
..
raylib-cpp Added raylib-cpp header files to my project 11 months ago
ball.hpp Split 'Ball' class into header and implementation files 10 months ago
client.hpp Changed the recvAll return type from std::string to char pointer, and created a non-blocking version of the function 10 months ago
connect_code.hpp Updated header file to reflect recent change in implementation file 10 months ago
easysock.hpp Changed 'char*' to 'const char*' because that's what the underlying functions use 10 months ago
exception_consts.hpp Added new exception constants 10 months ago
numeric_base.hpp Renamed base-helpers to numeric_base, and separated numeric_base into header and implementation files 10 months ago
paddle.hpp Created method to set position of paddle 10 months ago
serialization.h Created a simple data serialization library, to serialize and deserialize the data to be sent 10 months ago
server.hpp Made the 'recvAll' function return a char pointer instead of a std::string, this is better for portability. Also created a non-blocking version of the function. 10 months ago
sign.hpp Renamed 'math-helpers.hpp' to 'sign.hpp' and updated main.cpp to reflect the change 10 months ago
sock.hpp Added a virtual destructor to the Sock class, which would allow Server and Client to override it 10 months ago