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 阅读(108) 评论(0)  编辑 收藏 引用 所属分类: 读书笔记


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


导航

<2006年11月>
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

统计

留言簿(1)

随笔分类

随笔档案

收藏夹

搜索

最新评论