Commit 7387859 1 parent 3b63d83 commit 7387859 Copy full SHA for 7387859
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ <h2 id="_3">编译器御三家</h2>
205
205
</ blockquote >
206
206
< h2 id ="_4 "> 使用编译器编译源码</ h2 >
207
207
< h3 id ="msvc "> MSVC</ h3 >
208
- < pre > < code class ="language-cmd "> cl.exe /c main.cpp
208
+ < pre > < code class ="language-bash "> cl.exe /c main.cpp
209
209
</ code > </ pre >
210
210
< p > 这样就可以得到可执行文件 < code > main.exe</ code > 了。</ p >
211
211
< h3 id ="gcc "> GCC</ h3 >
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ <h2 id="platform-_3">编译器御三家</h2>
477
477
</ blockquote >
478
478
< h2 id ="platform-_4 "> 使用编译器编译源码</ h2 >
479
479
< h3 id ="platform-msvc "> MSVC</ h3 >
480
- < pre > < code class ="language-cmd "> cl.exe /c main.cpp
480
+ < pre > < code class ="language-bash "> cl.exe /c main.cpp
481
481
</ code > </ pre >
482
482
< p > 这样就可以得到可执行文件 < code > main.exe</ code > 了。</ p >
483
483
< h3 id ="platform-gcc "> GCC</ h3 >
You can’t perform that action at this time.
0 commit comments