Glossary
B
binary file 二進位檔
C
cc C Compiler(C語言編譯器)
char 字元型態
character 字元
code 程式碼
coding 編寫程式/寫程式
comment 註解
compile 編譯(將原始程式轉換為可執行檔的過程)
compiler 編譯器(用以編譯原始程式的軟體)
console 終端機模式
D
debug 程式除錯
debugging 程式除錯(這件事/這個動作)[名詞]
debugger 用以幫助程式除錯的軟體
decimal 十進制
declaration 宣告
directive 命令/指令
dynamic memory allocation 動態記憶體配置
dynamic memory management 動態記憶體管理
E
entry point 程式進入點
execute 執行程式
executable file 可執行檔
F
file 檔案
format string 格式字串
format specifier 格式指定子
function 函式
function header file 函式標頭檔
function library 函式庫
G
gcc GNU operating system C compiler(GNU作業系統的C語言編譯器)
GNU a recursive acronym for “GNU's Not Unix!”. It is pronounced g'noo.
H
header file 標頭檔
I
int 整數型態
Implicit Conversion 隱式轉換
Integrated Development Environment (IDE) 整合開發環境
Input Process Output (IPO) Model 輸入/處理/輸出模型
M
main memory 主記憶體
memory 記憶體
memory allocation 動態記憶體配置
memory management 動態記憶體管理
P
parameter 參數(通常指傳遞給function的參數)
platform 平台(指某種操作環境,如Windows平台、Linux平台)
preprocessor 前置處理器(負責在compile前的工作)
preprocessor directive 前置處理器命令
program 程式/電腦程式
programmer 程式設計師
programming 程式設計(這件事情)[名詞]
project 專案
R
run 執行程式
S
source code 原始程式
statement 敘述
string 字串
symbol 符號
symbol table 符號表
T
text editor 文字檔編輯器/文字檔編輯軟體
text file (純)文字檔
V
variable 變數
variable declaration 變數宣告