摘要:
# 编译,生成名为 'hello' 的可执行文件, 在终端里执行以下代码。clang++ -std=c++11 -o hello hello.cpp# 运行./hello 直接点右上角调试会出错,可以点左边列表,然后点run code 阅读全文
posted @ 2025-08-30 15:49 很聪明的Joy 阅读(11) 评论(0) 推荐(0)
|
|||
|
摘要:
# 编译,生成名为 'hello' 的可执行文件, 在终端里执行以下代码。clang++ -std=c++11 -o hello hello.cpp# 运行./hello 直接点右上角调试会出错,可以点左边列表,然后点run code 阅读全文
posted @ 2025-08-30 15:49 很聪明的Joy 阅读(11) 评论(0) 推荐(0) |
|||