Internet Relay Chat implementation in c++
Build the project and run the program :
make
cd build/apps
./helloWorld.out
Run unitests :
make test
Clean everything :
make clean
Put all Continuous Integration related stuff here.
Put all working methodologies, coding conventions here.
https://docs.github.com/en/get-started/quickstart/github-flow
Put all your resources here.
https://github.com/catchorg/Catch2
https://www.cs.cmu.edu/~srini/15-441/S10/project1/project1.pdf
http://chi.cs.uchicago.edu/chirc/irc_examples.html
https://datatracker.ietf.org/doc/html/rfc1459
https://www.dre.vanderbilt.edu/~schmidt/PDF/OOCP-tutorial4.pdf
https://vichargrave.github.io/programming/tcp-ip-network-programming-design-patterns-in-cpp/
https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.54.4271&rep=rep1&type=pdf
https://www.csd.uoc.gr/~hy556/material/tutorials/cs556-3rd-tutorial.pdf
https://docs.oracle.com/cd/E19683-01/806-4125/sockets-82255/index.html
