Skip to content

Commit

Permalink
chore: bump godbolt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 2, 2024
1 parent aa08af7 commit 6ca0427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ C++ 环境配置
=======================================================================================================================

- 直接装 `Visual Studio (Windows 可用) <https://visualstudio.microsoft.com/zh-hans/>`_ 就好; 当然更建议按下文配置 Visual Studio 或 **VSCode**.
- 如需在线编译运行, 可用 :godbolt:`Compiler Explorer <577xz95h1>`, 它能检测 :cpp:`=` 错写成 :cpp:`==` 等 Visual Studio 默认没检查的问题.
- 如需在线编译运行, 可用 :doc:`Compiler Explorer </share_code/main>`, 它能检测 :cpp:`=` 错写成 :cpp:`==` 等 Visual Studio 默认没检查的问题.
- :ref:`Visual Studio 配置教程 (Windows 可用) <vscode_cpp_starter:vs>`, 在 Visual Studio 默认配置基础上添加自动格式化、代码行间显示报错、更多诊断.
- :ref:`VSCode 配置教程 (Windows/MacOS/Linux 均可用) <vscode_cpp_starter:main>`, 相比 Visual Studio 配置教程, 它还能 **自动添加头文件**, 有更丰富的字体和颜色, 且检查代码速度更快.

Expand Down
2 changes: 1 addition & 1 deletion share_code/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
单源文件项目分享
========================================================================================================================

:godbolt:`577xz95h1`
:godbolt:`YY95j86dn`

.. figure:: simple.gif

Expand Down

0 comments on commit 6ca0427

Please sign in to comment.