From 0526442792e48c8d89a4fe75bb7eefe47fa5dae9 Mon Sep 17 00:00:00 2001 From: FeignClaims Date: Wed, 25 Sep 2024 23:09:55 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BC=98=E5=8C=96=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E8=A7=A3=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cpp/main.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp/main.rst b/cpp/main.rst index cc9e7dd4..6cb88d90 100644 --- a/cpp/main.rst +++ b/cpp/main.rst @@ -14,10 +14,10 @@ C++ 学习建议、环境配置等 C++ 环境配置 ======================================================================================================================= -- 直接装 `Visual Studio `_ 最新版即可用. -- 如需在线编译运行, 可用 `Compiler Explorer `_, 此处提供一个 `已配置好提供较多诊断的版本 `_. -- :ref:`我个人写的 Visual Studio 配置教程 (Windows 可用) `, 在 Visual Studio 默认配置基础上添加自动格式化、代码行间显示报错、更多诊断. -- :ref:`我个人写的 VSCode 配置教程 (Windows/MacOS/Linux 均可用) `. +- 直接装 `Visual Studio (Windows 可用) `_ 就好; 当然更建议按下文配置 Visual Studio 或 **VSCode**. +- 如需在线编译运行, 可用 `Compiler Explorer `_, 它能检测 :cpp:`=` 错写成 :cpp:`==` 等 Visual Studio 默认没检查的问题. +- :ref:`Visual Studio 配置教程 (Windows 可用) `, 在 Visual Studio 默认配置基础上添加自动格式化、代码行间显示报错、更多诊断. +- :ref:`VSCode 配置教程 (Windows/MacOS/Linux 均可用) `, 相比 Visual Studio 配置教程, 它还能 **自动添加头文件**, 有更丰富的字体和颜色, 且检查代码速度更快. ======================================================================================================================= 学习方法