What are you working on? - Programming On Unix
Users browsing this thread: 49 Guest(s)
|
|||
To wrap my head around the (somewhat) more complex parts of C++, I'm currently working on libircppclient, which as the name might suggest, is a library for IRC connections written in C++. I found it funny to slap "pp" on the C library libircclient, which I tried but didn't enjoy. It's based on Boost.
The library is still in its infancy, and is most likely full of bugs. Available on GitHub [1], Gitlab [2], and my own repo [3]. [1]: https://github.com/Tmplt/libircppclient [2]: https://gitlab.com/Tmplt/libircppclient [3]: https://git.dragons.rocks/Tmplt/libircppclient |
|||