迷茫2017-04-17 11:15:35
Little Penguin Input Method
The simplest compiler written by an Amazon engineer
Douban FM server and client written by a big guy
ringa_lee2017-04-17 11:15:35
Two recommended:
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
https://github.com/yanyiwu/cppjieba
伊谢尔伦2017-04-17 11:15:35
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.
怪我咯2017-04-17 11:15:35
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.