1.今年刚买的win10家庭中文版笔记本
可能就是设置问题:
打开codeblocks , 点菜单中的 setting , 选择 compiler and debugger。
会弹出一个设置页,请确认右边的compiler 选择的是GNU GCC Compiler.
下面有几个标签页,分别是Compiler setting , Linker setting 。 选择第四个标签页 Toolchain executables
这里要设置编译器的目录。可以先点右边的auto detect,让编译器自动探测设置。
2.win10 codeblocks怎么配置文件
配置主题
1
首先下载主题包,
2
找到Codeblocks配置文件所在地(下面是我的配置文件所在地)。替换default.conf,当然要注意备份,注意关闭CB再执行这个操作。我的目录是:C:\Users\92303\AppData\Roaming\CodeBlocks
(AppData ,或者 Roaming请打开隐藏文件设置)
3
修改之后,我们再度打开Codeblocks,点击Setting
4
点击Editor。
5
点击Syntax highlighting -点击Color theme 修改成你想要的主题
6
修改鼠标光标颜色,Margins and Caret -> Caret 设置光标颜色
7
检查结果。
END
设置默认代码
这里以CPP为例,进入如下目录I:\CodeBlocks\share\CodeBlocks\templates\wizard\console\cpp
步骤阅读
2
打开main.cpp,修改成你想要的模板代码就可以了。
转载请注明出处windows之家 » win10怎么用codeblocks