其他分享
首页 > 其他分享> > Codeblocks使用遇到的问题

Codeblocks使用遇到的问题

作者:互联网

安装:CodeBlocks要带mingw的

那天兴致勃勃地去官网下载了个 CodeBlocks-setup.exe

刚打开就遇到了一个bug:

Can't find compiler executable in your configured search path's for GNU GCC Compiler

程序都和我说了:没找到编译器。

寄!

最终,到头来又找到了官网,重新下载CodeBlocks-mingw-setup.exe(这个带mingw的才是带编译器compiler的)

如何用codeblock写C语言代码?

create a new project---files---C/C++ source--filename with full path;

如何调整界面颜色?

晚上写代码的时候总觉得屏幕过亮,于是想调整背景,近灰色效果还不错。

最上方Settings--editor---syntax Highlight----Foreground\Background

直接点击颜色来切换。

标签:CodeBlocks,遇到,官网,---,编译器,mingw,使用,path,Codeblocks
来源: https://www.cnblogs.com/tupo/p/15526139.html