From ff1865b48e14f518d4c252471163b32826431a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=A4=A7=E4=BB=99?= <1900919313@qq.com> Date: Thu, 17 Oct 2024 01:49:14 +0000 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B410=E6=9C=8817=E6=97=A5=2009:49?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/notes/01_c-basic/02_xdx/index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/notes/01_c-basic/02_xdx/index.md b/docs/notes/01_c-basic/02_xdx/index.md index a188df0..e0d3099 100644 --- a/docs/notes/01_c-basic/02_xdx/index.md +++ b/docs/notes/01_c-basic/02_xdx/index.md @@ -672,9 +672,9 @@ gcc -E -dM - > 需要说明的是,`MSYS2` 包含了 `MinGW`,这也是我们为什么在 `Windows` 上为什么使用 `MSYS2` 的其中一个原因。 -### 3.9.2 集成方法 +### 3.7.2 集成方法 * ① 所有设置: @@ -751,9 +751,9 @@ gcc -std=c17 ... ![](./assets/51.png) -## 3.10 CLion 中代码模板的使用 +## 3.8 CLion 中代码模板的使用 -### 3.10.1 概述 +### 3.8.1 概述 * 在学习 C 语言的过程中,可能会不停的写这样的模板代码,如下所示: @@ -773,7 +773,7 @@ int main() { ![](./assets/52.gif) -### 3.10.2 配置方法 +### 3.8.2 配置方法 * ① 点击`设置`: