mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-18 14:30:58 +00:00
deploy
This commit is contained in:
@@ -4974,7 +4974,7 @@
|
||||
</ol>
|
||||
<h3 id="2-cc">2. C/C++ 环境<a class="headerlink" href="#2-cc" title="Permanent link">¶</a></h3>
|
||||
<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>在 VS Code 的插件市场中搜索 <code>c++</code> ,安装 C/C++ Extension Pack 。</li>
|
||||
<li>(可选)打开 Settings 页面,搜索 <code>Clang_format_fallback Style</code> 代码格式化选项,设置为 <code>{ BasedOnStyle: Microsoft, BreakBeforeBraces: Attach }</code> 。</li>
|
||||
</ol>
|
||||
@@ -4985,7 +4985,7 @@
|
||||
</ol>
|
||||
<h3 id="4-c">4. C# 环境<a class="headerlink" href="#4-c" title="Permanent link">¶</a></h3>
|
||||
<ol>
|
||||
<li>下载并安装 <a href="https://dotnet.microsoft.com/en-us/download">.Net 8.0</a> 。</li>
|
||||
<li>下载并安装 <a href="https://dotnet.microsoft.com/en-us/download">.NET 8.0</a> 。</li>
|
||||
<li>在 VS Code 的插件市场中搜索 <code>C# Dev Kit</code> ,安装 C# Dev Kit (<a href="https://code.visualstudio.com/docs/csharp/get-started">配置教程</a>)。</li>
|
||||
<li>也可使用 Visual Studio(<a href="https://learn.microsoft.com/zh-cn/visualstudio/install/install-visual-studio?view=vs-2022">安装教程</a>)。</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user