codeblocks提示Process terminated with status怎么办?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了codeblocks提示Process terminated with status怎么办?相关的知识,希望对你有一定的参考价值。
编译最后提示Process terminated with status 1 (0 minute(s), 2 second(s)),但是编译没有更新输出的下载文件怎么办?
参考技术A 这是编译器 设置的问题 要选择多线程运行库/MT 其次在创建项目的时候 要选择 动态运行库 不要选静态 就OK了codeblocks 使用心得
字体设置:
路径 Settings-Editor-General Settings-Font 点击choose 设置字体和大小
快捷键设置:
几个常用快捷键 ctrl + shift + C---块注释;ctrl + shift + X---取消注释;shift+tab---向前缩进;shift+space---提示(可以设置自动提示,基本不用);复制粘贴就不用说了
设置路径 Settings-Editor-Keyboard shortcuts
编辑界面颜色设置:
路径 Settings-Editor-syntax highlighting 设置颜色
默认的注释字体颜色是灰色可以改掉,界面。字体为Consolas
自动提示设置:
菜单设置路径 Settings-Editor-code completion
将Automatically launch when typed # letter中的4改成2,这样打两个字母就会有提示了。
代码调试:
调试需要在Project中调试,文件路径不能有中文名字如“桌面”。
代码风格:
没字的地方右击Format use AStyle
格式可以在Settings-Editor-Sourse Formatter
以上是关于codeblocks提示Process terminated with status怎么办?的主要内容,如果未能解决你的问题,请参考以下文章
我下载的codeblocks也提示找不到可执行的编译器,我后来自己下了一个gcc,但不知道如何设置。