# CPlusPlus
# Flag
C++
- https://github.com/topics/cpp (opens new window)
- https://github.com/fffaraz/awesome-cpp (opens new window)
- http://www.cplusplus.com (opens new window)
- https://zh.cppreference.com (opens new window)
- 开放标准 https://www.open-std.org (opens new window)
- https://github.com/microsoft/STL (opens new window)
- https://www.stroustrup.com (opens new window)
- https://www.boost.org (opens new window)
- C++那些事 https://github.com/Light-City/CPlusPlusThings (opens new window)
- https://isocpp.org (opens new window)
- https://www.reddit.com/r/cpp (opens new window)
- 基础知识 https://github.com/huihut/interview (opens new window)
- https://github.com/isocpp/CppCoreGuidelines (opens new window)
- https://github.com/changkun/modern-cpp-tutorial (opens new window)
- https://github.com/Alinshans/MyTinySTL (opens new window)
- https://github.com/Changhe160/cplusplus2020-2021-2 (opens new window)
- 学习路线图 https://github.com/salmer/CppDeveloperRoadmap (opens new window)
- https://github.com/CDDSCLab/training-plan (opens new window)
- https://github.com/changgyhub/leetcode_101 (opens new window)
- https://github.com/soulmachine/leetcode (opens new window)
- https://github.com/0voice/cpp_new_features (opens new window)
- https://github.com/AnthonyCalandra/modern-cpp-features (opens new window)
- https://github.com/google/cpu_features (opens new window)
- 互斥锁 https://github.com/skarupke/two_bit_mutex (opens new window)
- C/C++串口通信原理及读写与操作 (opens new window)
- 浅谈The C++ Executors (opens new window)
- 【学习笔记】STL学习总结 (opens new window)
- IDE https://www.jetbrains.com/zh-cn/products/#lang=cpp (opens new window)
- https://sourceforge.net/projects/codeblocks (opens new window)
- https://sourceforge.net/projects/codelite (opens new window)
- https://github.com/qt-creator/qt-creator (opens new window)
- https://projects.eclipse.org/projects/tools.cdt (opens new window)
- https://www.codeblocks.org (opens new window)
# 第三方依赖
- https://github.com/abseil/abseil-cpp (opens new window)
- 微服务 https://github.com/TarsCloud (opens new window)
- 包管理 https://github.com/microsoft/vcpkg (opens new window)
- https://github.com/ericniebler/range-v3 (opens new window)
- https://github.com/electronicarts/CnC_Remastered_Collection (opens new window)
- UI https://github.com/ocornut/imgui (opens new window)
- https://github.com/cimgui/cimgui (opens new window)
- https://github.com/KDAB (opens new window)
- https://github.com/woboq (opens new window)
- https://github.com/LanceMoe/ToyBrowser (opens new window)
- https://github.com/Bringer-of-Light/Qt-Nice-Frameless-Window (opens new window)
- https://gitlab.com/mattbas/Qt-Color-Widgets (opens new window)
- https://github.com/duilib/duilib (opens new window)
- https://github.com/qdtroy/DuiLib_Ultimate (opens new window)
- https://github.com/netease-im/NIM_Duilib_Framework (opens new window)
- https://github.com/xfcanyue/DuiLib_DuiEditor (opens new window)
- 屏幕锁定 https://github.com/swaywm/swaylock (opens new window)
- Vulkan https://github.com/KhronosGroup (opens new window)
- OpenCV https://github.com/opencv (opens new window)
- https://github.com/xianyi/OpenBLAS (opens new window)
- 2D和3D跨平台 https://github.com/godotengine/godot (opens new window)
- https://github.com/cocos2d/cocos2d-x (opens new window)
- 3D https://github.com/FlaxEngine/FlaxEngine (opens new window)
- https://github.com/o3de/o3de (opens new window)
- https://github.com/assimp/assimp (opens new window)
- 2D/PDF https://github.com/google/skia (opens new window)
- https://github.com/JoeyDeVries/LearnOpenGL (opens new window)
- https://github.com/TheCherno/Hazel (opens new window)
- 图像元数据 https://github.com/Exiv2/exiv2 (opens new window)
- https://github.com/bulletphysics/bullet3 (opens new window)
- PNG https://github.com/lvandeve/lodepng (opens new window)
- JSON https://github.com/miloyip/nativejson-benchmark (opens new window)
- https://github.com/simdjson/simdjson (opens new window)
- https://github.com/nlohmann/json (opens new window)
- XML https://github.com/zeux/pugixml (opens new window)
- https://github.com/Tencent/rapidjson (opens new window)
- HTML https://github.com/csb6/html-plus-plus (opens new window)
- web https://github.com/qinguoyi/TinyWebServer (opens new window)
- https://github.com/sogou/workflow (opens new window)
- https://github.com/jpbarrette/curlpp (opens new window)
- https://github.com/elnormous/HTTPRequest (opens new window)
- 分布式网络框架 https://github.com/Bwar/Nebula (opens new window)
- 分析调试测试器 https://github.com/dfeneyrou/palanteer (opens new window)
- 实时视频 https://github.com/ossrs/srs (opens new window)
- https://github.com/ossrs/srs (opens new window)
- 流媒体 https://github.com/rgaufman/live555 (opens new window)
- https://github.com/Kurento/kurento-media-server (opens new window)
- 音频识别 https://github.com/acoustid (opens new window)
- 单元测试 https://github.com/catchorg/Catch2 (opens new window)
- https://github.com/google/googletest (opens new window)
- https://github.com/doctest/doctest (opens new window)
- https://github.com/boostorg (opens new window)
- 压缩 https://github.com/lemire/SIMDCompressionAndIntersection (opens new window)
- https://github.com/lemire/FastPFor (opens new window)
- 加密 https://github.com/weidai11/cryptopp (opens new window)
- 正则 https://github.com/google/re2 (opens new window)
- 格式化 https://github.com/fmtlib (opens new window)
- Windows托盘图标 https://github.com/mceSystems/node-windows-trayicon (opens new window)
- grep替代 https://github.com/Genivia/ugrep (opens new window)
- 参数解析 https://github.com/p-ranav/argparse (opens new window)
- https://github.com/muellan/clipp (opens new window)
- 字体参考线 https://github.com/google/woff2 (opens new window)
- 拼写检查 https://github.com/hunspell (opens new window)
- 捕获音频 https://github.com/bozbez/win-capture-audio (opens new window)
- 跨平台串口 https://github.com/itas109/CSerialPort (opens new window)
- 跨平台QT USB https://github.com/fpoussin/QtUsb (opens new window)
- 配置文件 https://github.com/Nomango/configor (opens new window)
- 文件监视器 https://github.com/facebook/watchman (opens new window)
- Windows控制台程序通信 https://github.com/rprichard/winpty (opens new window)
- SQL查询 https://github.com/anse1/sqlsmith (opens new window)
- 嵌入式 https://github.com/sblantipodi (opens new window)
- 地理空间 https://github.com/osgeo (opens new window)
- https://github.com/postgis (opens new window)
- 编码检测 https://github.com/freedesktop/uchardet (opens new window)
- 游戏引擎 https://github.com/minetest/minetest (opens new window)
- 管理安装和更新Windows应用 https://github.com/Squirrel/Squirrel.Windows (opens new window)
- 单元测试 https://github.com/banditcpp/bandit (opens new window)
- 构建语言运行时 https://github.com/eclipse/omr (opens new window)
- HTML转换为PDF https://github.com/wkhtmltopdf (opens new window)
- 分析器 https://github.com/bombomby/optick (opens new window)
- NTLM中继工具 https://github.com/CCob/lsarelayx (opens new window)
- 无线电应用 https://github.com/cjcliffe (opens new window)
- https://github.com/pothosware (opens new window)
- Python绑定 https://github.com/pybind (opens new window)
- 自动驾驶 https://gitlab.com/autowarefoundation/autoware.auto (opens new window)
- https://github.com/chipsalliance (opens new window)
- 查找和替换文本 https://github.com/lionello/fart-it (opens new window)
- 模拟天文 https://github.com/Stellarium/stellarium (opens new window)