temp
-- 臨時變量
浮點數
-- Floating point number
stdio
-- abbr. 標準輸入輸出(standard input/ouput)
stdlib
-- 標準庫函數(STDLIB)
MFC
-- MS-Visual C++的類庫(Microsoft Foundation Class)
STL
-- abbr. 標準模板庫(Standard Template Library)
console
--n. [計] 控制臺;[電] 操縱臺
loop
-- 循環
Process oriented programming
--面向過程編程
oop
-- abbr. 面向對象的程序設計(Object Oriented Programming);物件導向程式設計(Object - Oriented Programming)
compiler
-- n. 編譯器;[計] 編譯程序;編輯者,匯編者
linker
-- n. 鏈接器;連結器
IDE
-- abbr. 集成開發環境(integrated development environment)
token
-- 記號
flag
-- n. 標志;旗子
pointer
-- 指針
main()
-- 主函數
二進制
--binary system
八進制
--octal system
十進制
--decimal system
十六進制
--hexadecimal system
頭文件
-- header file
源文件
-- source file