求推荐c/c++开源小项目
迷茫
迷茫 2017-04-17 11:13:35
0
7
730

求推荐c/c++开源小项目

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(7)
迷茫

Little Penguin Input Method

The simplest compiler written by an Amazon engineer

Douban FM server and client written by a big guy

左手右手慢动作

Two recommended:

  1. For open source projects, I recommend Chen Shuo’s muduo. The coding style is very good and it encapsulates some commonly used classes. Chen Shuo’s csdn blog has relevant introductions. https://github.com/chenshuo/muduo

  2. https://github.com/yanyiwu/cppjieba

Peter_Zhu

google protobuf ?

Borrow the building and ask for help.

巴扎黑

Why not take a look at the STL source code, or boost.

Ty80

Leveldb is recommended, simple and lightweight.

伊谢尔伦

I recommend two:
(1) The source code of Lua programming language (recommended by many domestic experts);
(2) Source code of Redis database.
Hope that helps.

刘奇

Libevent is recommended.
I was learning Node.js during this period and happened to encounter this libevent, which uses an asynchronous method written in C/C++ to process HTTP POST.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template