一些有用的github收藏(持续更新中...)

1、facebook的c++开源库folly(Facebook open source library)介绍

https://github.com/facebook/folly

2、pprint 一个让输出变得更漂亮的 C++ 库。

https://github.com/p-ranav/pprint.git

3、俄罗斯方块游戏

https://github.com/taylorconor/tinytetris.git

4、计算器(windows版)

https://github.com/microsoft/calculator.git

5、一个极速、轻量级、C语言非对称协程库。

https://github.com/hnes/libaco.git

6、C++ 写的终端 2048 游戏

https://github.com/plibither8/2048.cpp.git

7、linux iw网络命令

https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/refs/tags

8、A collection of resources on modern C++

https://github.com/rigtorp/awesome-modern-cpp.git

9 google 结构化数据存储格式protobuf

https://github.com/protocolbuffers/protobuf.git

===================================================

一些有用的网站收藏:

1、 libmodbus --modbus协议的库文件

https://libmodbus.org/

2、压缩库libz

http://www.zlib.net/

3、事件循环执行libev

4、libnl

1.x系列

git://github.com/tgraf/libnl-1.1-stable.git

3.x系列

git://git.infradead.org/users/tgr/libnl.git
git://github.com/tgraf/libnl.git

5、高性能网络编程框架

https://github.com/netty/netty.git

6.操作excel(libxl)

https://www.libxl.com/home.html

6、C++ log常用库

1)log4cxx 

https://logging.apache.org/log4cxx/latest_stable/

2)Log4cpp

3) log4cplus

http://sourceforge.net/projects/log4cplus/

7、 c++资源网站

https://juejin.im/entry/58b4de23ac502e005898cbfe#articleHeader1

原文地址:https://www.cnblogs.com/rohens-hbg/p/11087976.html