codeblocks基本使用

2021-09-19 17:31:57 字數 1177 閱讀 2335

設定專案依賴項

project's build options

設定編譯、鏈結引數、巨集定義、執行指令碼 

指定編譯器 

compiler settings

> compiler flags

選擇編譯選項

> other compiler options

手動配置編譯選項,如-fpic

> #defines

編譯巨集定義,如debug

linker settings

> link libraries

指定鏈結庫,比如uuid,或者直接選擇庫檔案

> other linker options

指定鏈結引數或者庫,比如-wl,rpath .      -luuid

search directories

> compiler

指定標頭檔案搜尋目錄

> linker

指定庫檔案搜尋目錄

pre/post build steps

pre-build steps

> 編譯生成前執行指令碼

post-build steps

> 編譯生成後執行指令碼

指定輸出檔案位置和名稱

# ubuntu 16.04

sudo add-apt-repository ppa:damien-moore/codeblocks-stable

sudo apt-get update

sudo apt-get install codeblocks

codeblocks使用技巧

安裝時候務必選擇 custom安裝,選中全部外掛程式進行安裝。2.codeblock三組織專案是分層次的,最高層為乙個workspace,這個工作空間下面,可以多有個工程,但一次只能有乙個活動工程,每個工程下面是具體的檔案組織,按照檔案結構基本組織的話,分為sources 原始檔 目錄和header...

codeblocks使用心得

codeblocksde 使用 北京大學 poj 杭州電子科技大學 acm 已經入門的朋友可以前去練習 ctrl shift c 注釋掉當前行或選中塊 ctrl shift x 解除注釋 tab 縮排當前行或選中塊 shift tab 減少縮排按住 ctrl,滾動滑鼠滾輪,放大或縮小字型編譯與執行部...

codeblocks 使用心得

字型設定 路徑 settings editor general settings font 點選choose 設定字型和大小 快捷鍵設定 幾個常用快捷鍵 ctrl shift c 塊注釋 ctrl shift x 取消注釋 shift tab 向前縮排 shift space 提示 可以設定自動提示...