mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-03 09:32:03 +08:00
deploy
This commit is contained in:
@@ -3533,7 +3533,7 @@
|
||||
</ol>
|
||||
<h2 id="1613-cc">16.1.3 C/C++ 环境<a class="headerlink" href="#1613-cc" title="Permanent link">¶</a></h2>
|
||||
<ol>
|
||||
<li>Windows 系统需要安装 <a href="https://sourceforge.net/projects/mingw-w64/files/">MinGW</a>(<a href="https://blog.csdn.net/qq_33698226/article/details/129031241">配置教程</a>),MacOS 自带 Clang 无需安装。</li>
|
||||
<li>Windows 系统需要安装 <a href="https://sourceforge.net/projects/mingw-w64/files/">MinGW</a>(<a href="https://blog.csdn.net/qq_33698226/article/details/129031241">配置教程</a>),MacOS 自带 Clang 无须安装。</li>
|
||||
<li>在 VSCode 的插件市场中搜索 <code>c++</code> ,安装 C/C++ Extension Pack 。</li>
|
||||
<li>(可选)打开 Settings 页面,搜索 <code>Clang_format_fallback Style</code> 代码格式化选项,设置为 <code>{ BasedOnStyle: Microsoft, BreakBeforeBraces: Attach }</code> 。</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user