An open API service indexing awesome lists of open source software.

https://github.com/solo5star/cpphat

Console chat program written in C++. Cpp + Chat
https://github.com/solo5star/cpphat

Last synced: 5 months ago
JSON representation

Console chat program written in C++. Cpp + Chat

Awesome Lists containing this project

README

          

# Cpphat
Console chat program written in C++. Cpp + Chat

과제로 만들었던 채팅 프로그램입니다.

![Cpphat](https://raw.githubusercontent.com/solo5star/Cpphat/master/images/Cpphat.gif)


## 특징
1. Winsock 사용
2. 간단한 GUI (콘솔)
3. 멀티 클라이언트 지원


## 소스 코드 구성
**[API Document](https://github.com/solo5star/Cpphat/blob/master/API%20Document.md)**