cpp_learn/README.md
2025-03-13 00:59:56 +00:00

19 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 介绍
C++ "Hello World"项目的模板。
# 开始
- 单击 **运行** 按钮启动程序。
![图片](https://lf-cdn.marscode.com.cn/obj/eden-cn/ljhwz_lkpkbvsj/ljhwZthlaukjlkulzlp/project_template/prod/6a7bb0d45e3826780749b19626dc67986c720e60/images/native_cpp/image-0.jpg)
- 转到 TERMINAL 面板查看输出。
![图片](https://lf-cdn.marscode.com.cn/obj/eden-cn/ljhwz_lkpkbvsj/ljhwZthlaukjlkulzlp/project_template/prod/6a7bb0d45e3826780749b19626dc67986c720e60/images/native_cpp/image-1.jpg)
默认情况下MarsCode默认运行 **CMakeList****. vscode/launch.json** 配置文件,你可以修改这些文件进行自定义配置。参考 [Visual Studio Code的文档](https://code.visualstudio.com/docs/editor/debugging) 有关如何配置launch. json。
# 了解更多
- [isocpp](https://isocpp.org/) -所有编译器和平台上关于C++标准的新闻、状态和讨论
- [c++参考](https://en.cppreference.com/) -了解C++功能
- [makefile](https://makefiletutorial.com/) -makefile教程
- [cmake](https://cmake.org/cmake/help/latest/guide/tutorial/) -cmake教程
# 帮助
如果你需要帮助,你可以查看[文档](https://docs.marscode.cn/),或向我们提供[反馈](https://juejin.cn/pin/club/7359094304150650889?utm_source=doc&utm_medium=marscode)。