C/C++指南和工具

指南

编译器

Windows操作系统:

  • MSYS2提供的gcc
  • MSVC提供的cl

代码静态检查工具

  1. cpplint.py By Google 严重依赖正则表达式
  2. clang-format 可自定规则