c++ - 如何在 mac 下的 clion 中使用 gcc 和 g++?
PHP中文网
PHP中文网 2017-04-17 15:28:17
0
1
751

不懂如何在 mac 下安装 gcc(mac 下 terminal 里的 伪 gcc 是 clang)
主要是在线 oj 大部分都是 gcc 或 g++, 有些在 clang 通过的题在网站上的 g++ 就有段错误之类的. 但是比较喜欢 mac 下的 clion 布局和 debug 界面
希望大家给点指点, 谢谢.

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
Ty80

Homebrew
brew install gcc

If clang is written without errors and errors occur when compiling and running on gcc, it is probably because there is undefined behavior in your program. Adding the -Werror or -Wall parameter will help

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template