- 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自動(dòng)化運(yùn)維快速入門(mén)(第2版)
- Python從菜鳥(niǎo)到高手(第2版)
- 編程珠璣(續(xù))
- 深入淺出Android Jetpack
- Apache Karaf Cookbook
- WordPress Plugin Development Cookbook(Second Edition)
- Java編程技術(shù)與項(xiàng)目實(shí)戰(zhàn)(第2版)
- Python數(shù)據(jù)分析從0到1
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- Learning R for Geospatial Analysis
- 0 bug:C/C++商用工程之道
- SQL Server實(shí)用教程(SQL Server 2008版)
- Java語(yǔ)言程序設(shè)計(jì)教程
- Mastering Web Application Development with AngularJS
- OpenCV with Python By Example