|
ft_irc 1.0
|
Implements the Client class. [詳解]
#include "Client.hpp"#include "Channel.hpp"#include <algorithm>#include <ctime>#include <iostream>#include <unistd.h>
Implements the Client class.
This file contains the implementation of methods for the Client class, handling client data, buffer management, and communication.
Client.cpp に定義があります。