search

Home  >  Q&A  >  body text

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

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

迷茫迷茫2898 days ago749

reply all(7)I'll reply

  • 迷茫

    迷茫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

    reply
    0
  • ringa_lee

    ringa_lee2017-04-17 11:15:35

    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

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 11:15:35

    google protobuf ?

    Borrow the building and ask for help.

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 11:15:35

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

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 11:15:35

    Leveldb is recommended, simple and lightweight.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦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.

    reply
    0
  • 怪我咯

    怪我咯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.

    reply
    0
  • Cancelreply