Chinaunix首页 | 论坛 | 博客
  • 博客访问: 177055
  • 博文数量: 43
  • 博客积分: 1428
  • 博客等级: 上尉
  • 技术积分: 410
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-02 09:33
文章分类

全部博文(43)

文章存档

2014年(3)

2013年(3)

2011年(1)

2010年(36)

分类: C/C++

2014-04-15 14:45:34

argument: 实参
buffer: 缓冲区
built-in type : 内置类型
cerr: 绑定到标准错误的ostream对象,这通常时与标准输出相同的流
cin : 用于从标准输入中读入的istream对象
class: 类
class type : 类类型
clog : 绑定到标准错误的otream对象
comment :注释
condition:条件
cout:用于写入到标准输出的ostream对象
curly brace :花括号
data structure :数据结构
edit-compile-debug :编辑-编译-调试
end -of-file :文件结束符
expression :表达式
for statement :for 语句
function :函数
function body:函数体
function name :函数名
header:头
if statement :if 语句
iostream :输入输出流
istream :输入流
library type :标准库类型
main fuction :主函数
manipulator:操纵符
member fuction :成员函数
method:方法
namespace:命名空间
ostream:输出流
parameter list :形参表
preprosessor directive :预处理指示
return type:返回类型
source file :源文件
standard error:标准错误
standard input:标准输入
standard library:标准库
standard output:标准输出
statement:语句
std:标准库命名空间的名字
string literal:字符串字面值
uninitialized variable:未初始化变量
variable:变量
while statement:while语句
()operator :()操作符
++operator : ++操作符
+=operator :+=操作符
.operator :. 操作符
::operator : ::操作符
=operator := 操作符
<< operator :<<操作符
>>operator :>>操作符
== operator :==操作符
!= operator:!=操作符
<= operator:<=操作符
< operator :<操作符
>=operator :>=操作符
>operator :>操作符

阅读(1219) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~