Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 466 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 466 Bytes

中文版C/C++

功能

  • 兼容原版C/C++
  • 方面中文母语者,汉化了关键字
  • 有易于理解的Demo
  • 其实就是做来玩的

安装与使用

  1. 克隆本仓库
git clone https://github.com/WHY-Studio-Team/CPP-in-Chinese.git
  1. 复制其中的chinese.h文件,粘贴到你的项目的引用文件夹中
  2. 在你的项目中使用#include "chinese.h"来引入汉化文件

建议使用Visual Studio作为该项目的IDE