onlineGDB.com     Visual Studio Code     vscode.dev

online C compilers:


www.codeblocks.org官方網頁 download 下載 學校版本(16.zip)
Code::Blocks-EP codeblocks.codecutter.org

AStyle格式化程式

說明文件 CB-10 doc10 ppt10 pdf10 CB-EP CB-EP.docx CB-EP.pdf


default.conf auto-complete.conf 自動完成功能 常犯錯誤

1. console.c dow.c 2. MinGW/include/conio2.h 3. MinGW/lib/libconio.a

4. Borland-style CONIO 5. colour_themes.conf 6. WinBGIm Graphics

快速鍵 shortcut keys
Ctrl-T	對換行 swap line
Ctrl-D	複製行 duplicate line
Ctrl-L	刪除行 delete line
Ctrl-G	跳到行 goto line
Ctrl-F	找尋 Find	F3 Find next
Ctrl-R	取代 Replace

Alt-Up	上移一行
Alt-Dn	下移一行
Ctrl-Shift-G	Goto function
Ctrl-PgUp 前一個function
Ctrl-PgDn 後一個function

Ctrl+放大	Ctrl-Del	Ctrl-Shift-Del
Ctrl-縮小	Ctrl-BS		Ctrl-Shift-BS
Ctrl-Home
Ctrl-End
Ctrl-Tab	後一檔案 Ctrl-F6
		前一檔案 Ctrl-Shift-F6
New (Empty file)

設定:
F9 (Build & Run)

colour_themes.conf Setting:



若要顯示中文 (可儲存為統一碼):

或在記事本中顯示為 ansi

Settings -> Editor

-> General -> Encoding Settings -> UTF-8

File -> Save file as ...

檔案會由 ansi 被轉存為統一碼 UTF-8

system("chcp 65001");