初识Code::Blocks

简介: 本学习笔记所使用的Code::Blocks版本是13.12。安装下载安装文件 双击下载文件codeblocks-13.12mingw-setup-TDM-GCC-481进行安装,选择默认设置即可创建项目点击File-New-Project 选择Console application,点击”Go” 点击“Next” 点击“Next” 填写创

本学习笔记所使用的Code::Blocks版本是13.12。

  • 安装

    • 下载安装文件
      这里写图片描述

    • 双击下载文件codeblocks-13.12mingw-setup-TDM-GCC-481进行安装,选择默认设置即可

  • 创建项目

    • 点击File-New-Project
      这里写图片描述

    • 选择Console application,点击”Go”
      这里写图片描述

    • 点击“Next”
      这里写图片描述

    • 点击“Next”
      这里写图片描述

    • 填写创建项目的名称和项目路径
      这里写图片描述

    • 选择默认的编译器GNU GCC Compiler并点击“Finish”,完成项目创建。

  • 运行程序

    • Build : Ctrl-F9
    • Run : Ctrl-F10
    • Build and run : F9
    • Rebuild : Ctrl-F11
    • Comment : Ctrl-Shift-C
    • Uncomment : Ctrl-Shift-X

运行程序时出现如下错误提示信息:
“ConsoleCplus - Debug”: The compiler’s setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler.
Probably the toolchain path within the compiler options is not setup correctly?! (Do you have a compiler installed?)
Goto “Settings->Compiler…->Global compiler settings->GNU GCC Compiler->Toolchain executables” and fix the compiler’s setup.
Skipping…
Nothing to be done (all items are up-to-date).

解决方式:
更改编译器地址
这里写图片描述

随后程序即可正确运行
这里写图片描述

  • 程序调试

    • F5 - 设置断点
    • F8 - 开始调试
    • F7 - 下一行

    Code::Blocks在调试过程中查看变量没有VS方便,需要点击Debug-Debugging windows-Watches打开变量查看窗口

Watches

目录
相关文章
|
7月前
|
区块链
max code size exceeded
max code size exceeded
70 6
|
Java 应用服务中间件
【异常】The field file exceeds its maximum permitted size of 1048576 bytes.
【异常】The field file exceeds its maximum permitted size of 1048576 bytes.
181 0
|
8月前
|
Docker 容器
devmapper: Thin Pool has 162394 free data blocks which is less than minimum required 163840 free dat
devmapper: Thin Pool has 162394 free data blocks which is less than minimum required 163840 free dat
72 0
|
8月前
Code blocks创建项目
Code blocks创建项目
72 0
|
Java Spring
The field file exceeds its maximum permitted size of 1048576 bytes 文件上传大小受到限制,报错!!
The field file exceeds its maximum permitted size of 1048576 bytes 文件上传大小受到限制,报错!!
797 0
|
Java 应用服务中间件
The field file exceeds its maximum permitted size of 1048576 bytes.
The field file exceeds its maximum permitted size of 1048576 bytes.
|
程序员 算法框架/工具 Caffe
解决办法:error: 'size_t' does not name a type、unknown type name 'size_t'
解决办法:error: 'size_t' does not name a type、unknown type name 'size_t'
771 0
|
前端开发 Java 关系型数据库
记录:The field files exceeds its maximum permitted size of 1048576 bytes...【亲测有效】
记录:The field files exceeds its maximum permitted size of 1048576 bytes...【亲测有效】
1149 0
|
小程序
小程序Error: 系统错误,错误码:80200,main package source size 2590KB exceed max limit 2MB
小程序Error: 系统错误,错误码:80200,main package source size 2590KB exceed max limit 2MB
1511 0
小程序Error: 系统错误,错误码:80200,main package source size 2590KB exceed max limit 2MB