You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An IRC server built in C++98, capable of handling multiple clients with non-blocking I/O. Includes essential IRC functionalities like user authentication, channel management, and operator commands, along with a weather bot for real-time city weather updates.
Collection of CPP Modules that come to introduce the world of Object-Oriented Programming where it covers many topics starting with Casting, Classes, passing by Inheritance as well as polymorphism, Templates, and Containers.
ft_containers is a 42network project that lets you understand how the STL Containers work, so by implementing them, it gives you a strong view of how they really work.