network-chat-client/ ├── include/ │ ├── chat_client.h # Client header file │ └── chat_server.h # Server header file ├── src/ │ ├── chat_client.cpp # Client implementation │ └── chat_server.cpp # ...