Stars
14
results
for source starred repositories
written in C++
Clear filter
Event-driven network library for multi-threaded Linux server in C++11
A simple C++11 Thread Pool implementation
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
KlayGE is a cross-platform open source game engine with plugin-based architecture.
可以将汉字字符串转换为拼音字符串,遇到多音字情况会将所有的读法返回在一个std::vector<std::string>中,可以在汉字中夹带其他字符,只将汉字转换为拼音。基于https://github.com/wzhe/GetPinyin完成。