some terminology

two classes of language translation proccess: Interpreters and Compliers

type checking: test for the proper use of arguments in functions and prevents many kinds of programming errors.
dynamic type checking: perform type check at runtime.
static type checking: type checking occurs during compilation instead of when the program is running.

Declearations and Definitions:
A declaration introduces a name - an identifier - to the complier. It tells the complier "This function or this variable exists somewhere, and here is what it should look like."
A definition, on the other hand , says:" Make this variable here" or "Make this function here." It allocates storage for the name.
You can declear a varable or a function in many different places, but only one definition can be made in C and C++
ODR: one - definition - rule.

concatenation 串联

posted on 2006-11-30 15:49 bullGao 阅读(136) 评论(0)  编辑 收藏 引用 所属分类: 读书笔记


只有注册用户登录后才能发表评论。
网站导航:   博客园   博客园最新博文   博问   管理


导航

<2026年2月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
1234567

统计

留言簿(1)

随笔分类

随笔档案

收藏夹

搜索

最新评论