Skip to content

Commit

Permalink
Deployed a7165f8 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 16, 2024
1 parent b0bb669 commit 63080b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programming/24fall/lec2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ <h3 id="gcc-c">使用 <code>gcc</code> 编译<span class="heti-skip"><span class
<p>刚才我们已经把 <code>hello.c</code> 文件复制到家目录了,尝试使用下面的命令编译 <code>~/hello.c</code> 程序:</p>
<div class="highlight"><pre><span></span><code>gcc<span class="w"> </span>-o<span class="w"> </span>hello<span class="w"> </span>~/hello.c
</code></pre></div>
<p>接下来再复制 <code>/share/lec2/error.c</code> 文件到家目录,尝试编译 <code>~/error.c</code> 程序。</p>
<p>接下来再复制 <code>/share/error.c</code> 文件到家目录,尝试编译 <code>~/error.c</code> 程序。</p>
</div>
</div>
<p>如果没出意外,<code>error.c</code> 程序爆了。你需要逐渐学会从错误信息中找到问题所在。以后遇到的错误信息只会越来越复杂,但也会为你提供更多的信息。</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 63080b4

Please sign in to comment.