mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-18 14:30:58 +00:00
deploy
This commit is contained in:
@@ -4902,7 +4902,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>
|
||||
@@ -4913,7 +4913,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