- 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.

- Mastering Spring MVC 4
- GitLab Repository Management
- C語言從入門到精通(第4版)
- AppInventor實踐教程:Android智能應用開發前傳
- UML 基礎與 Rose 建模案例(第3版)
- Learning Raspbian
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- MongoDB,Express,Angular,and Node.js Fundamentals
- 大話Java:程序設計從入門到精通
- Cocos2d-x Game Development Blueprints
- Python青少年趣味編程
- ASP.NET 4.0 Web程序設計
- 貫通Tomcat開發
- Hands-On Dependency Injection in Go
- Flask開發Web搜索引擎入門與實戰