- C++ Application Development with Code:Blocks
- Biplab Kumar Modak
- 142字
- 2021-07-23 15:33:15
Introduction to important toolbars>
Toolbars provide easier access to different functions of Code::Blocks. Amongst the several toolbars following ones are most important.
Main toolbar
The main toolbar holds core component commands. From left to right there are new file, open file, save, save all, undo, redo, cut, copy, paste, find, and replace buttons.

Compiler toolbar
The compiler toolbar holds commonly used compiler related commands. From left to right there are build, run, build and run, rebuild, stop build, build target buttons. Compilation of C++ source code is also called a build and this terminology will be used throughout the book.

Debugger toolbar
The debugger toolbar holds commonly used debugger related commands. From left to right there are debug/continue, run to cursor, next line, step into, step out, next instruction, step into instruction, break debugger, stop debugger, debugging windows, and various info buttons.

- Python爬蟲開發:從入門到實戰(微課版)
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- HTML5 and CSS3 Transition,Transformation,and Animation
- CouchDB and PHP Web Development Beginner’s Guide
- Python編程實戰
- Unreal Engine 4 Shaders and Effects Cookbook
- Instant Nancy Web Development
- PHP編程基礎與實例教程
- 51單片機C語言開發教程
- Spring+Spring MVC+MyBatis從零開始學
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Flink入門與實戰
- Microsoft Windows Identity Foundation Cookbook
- Mastering Node.js