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