Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zaypen/ee1197d4eff16d5f4a4a6e6a31d1bcec to your computer and use it in GitHub Desktop.
Save zaypen/ee1197d4eff16d5f4a4a6e6a31d1bcec to your computer and use it in GitHub Desktop.
Pair with her - Game of Life

Pair with her - Game of Life (C/C++)

基础环境

  1. GitHub 账号
  2. git 或兼容客户端

推荐开发环境

编译器(任选其一)

  • IDE自带(如适用)
  • GCC (macOS/Linux)
  • LLVM (macOS)
  • GCC @ MinGW/MSYS (Windows)
  • GCC @ Cygwin (Windows)

编辑器/IDE(任选其一)

  • Visual Stidio Express
  • Visual Studio Code
  • CLion
  • Atom
  • Eclipse
  • QtCreator
  • Code::Blocks
  • Xcode

构建工具(任选其一)

  • IDE自带(如适用)
  • make
  • cmake

图形界面(任选其一)

以上环境请根据自身情况自由搭配,如果你有自己的见解,也可选择上述选项之外的环境工具。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment