Skip to content

Commit

Permalink
add & update
Browse files Browse the repository at this point in the history
  • Loading branch information
ichn-hu committed Jul 31, 2020
1 parent f1b5ae7 commit ec8b292
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/day-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ C 语言编译器本身也是一个程序,他把你写的 C 语言程序翻译

除了 Dev C++,Code::Blocks 也是一个非常推荐的初学者友好的 IDE(下载更快),如果你想用一个比 Dev C++ 更新的 IDE,点[这里](https://www.fosshub.com/Code-Blocks.html?dwl=codeblocks-20.03mingw-setup.exe)下载。

大概需要做以下几件事情

* 下载 Dev C++ 或者 Code::Blocks
* 双击下载的文件,按照指示完成安装,记住安装的路径
* 找到编译器安装的路径
* 把编译器的路径添加到环境变量之中(从而可以在命令行调用编译器)
* 愉快地写一个简单的程序
* 使用 CMD 调用编译器,编译文件
* 运行输出的结果

## 你的第一个程序

Expand Down

0 comments on commit ec8b292

Please sign in to comment.