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

直接点击颜色来切换。

上一篇:分分钟教你如何在win10中运行第一个C语言程序


下一篇:cuda加速--第一个例子