hujiese / CPP-ExtendsLinks
关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。
☆12Updated 7 years ago
Alternatives and similar repositories for CPP-Extends
Users that are interested in CPP-Extends are comparing it to the libraries listed below
Sorting:
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- 高性能博客系统☆30Updated 6 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 我的C++11学习资料和示例代码☆59Updated 7 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此 版本不涉…☆51Updated 12 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 8 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器 集群☆47Updated 7 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆64Updated 8 years ago
- muduo in windows☆70Updated 6 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆52Updated 5 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Updated 9 years ago
- 基于Qt的P2P聊天软件实现,主要由多个聊天客户端和一个中心注册服务器组成。☆81Updated 4 years ago
- My Study and Test Codes of C++ Language☆33Updated 9 years ago
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Updated 6 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43Updated 6 years ago
- 23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutoria…☆37Updated 6 years ago
- epoll+线程池实现大文件传输☆68Updated 10 years ago
- Professional C++11/14&Boost Development☆60Updated 5 years ago
- libevent library reimplemented with c++☆43Updated 5 years ago
- 用C++开发web服务器框架☆31Updated 4 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- muduo v1.0.4的注释版☆93Updated 10 years ago
- C/C++/Golang/Linux...知识整理☆97Updated 10 months ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- 《Head First设计模式》学习代码,使用C++实现☆71Updated 10 years ago