Update 3.4.2用什么写 C 语言.md

This commit is contained in:
Nick Xu
2023-07-22 21:26:15 +08:00
committed by GitHub
parent 58f0efd77d
commit 4512bc35f5

View File

@@ -160,6 +160,11 @@ CLion 是 jetbrains 家族的 C 语言 IDE
用法和 Windows 的差不多,但由于 Mac OS 自带 clang 编译器,所以无需额外安装编译器。
> NX 的留言:
> 使用自带的 clang 的确没问题,但是如果你想在 macOS 上使用 gcc/g++ [可参考鄙人的博客 在 Mac 的 VSC 中使用 g++ 编译器](https://nickxu.me/2023/04/04/%E5%9C%A8Mac%E7%9A%84VSCode%E4%B8%AD%E4%BD%BF%E7%94%A8g-%E7%BC%96%E8%AF%91%E5%99%A8)
# Mac OS-CLion
同样和 Windows 的差不多。