Cpp and stuff
Well, I'm doing a project right now using cpp, It's a IRC server. IRC, it like a text based chat, It is an old protocol and It's not that used today, but It's still a grate protocol, and building a server from scratch can teach a lot.
It's been a while since I last coded in cpp, and I spend most of the time remembering the nuances of the language, maybe I have become a spoiled girl because of Javascript LMAO.
Also, in the last days I implemented GoogleTest framework for cpp, I had some troubles trying to implementing it, but managed to make it work. Maybe it's a little messy? Maybe, but It's working O_o
Now I'm working on building structures/classes to store the data I need, and Implementing some handling and parse functions to interpret the protocol.
Also I need to review more the sockets part of the program, I not fully understand it yet.
I only implemented a few things in classes but, I think that I can Implement the hole program as a class, idk. At the first moment I just want to build something that works and than refactor on top of this.











