C++ primer术语

argument 实参

block 块

buffer 缓冲区

built-in type 内置类型

cerr 错误输出

cin  标准输入

class 类

class type 类类型

clog 日志输出

comment 注释

condition 条件

cout 标注输出

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 function 主函数

manipulator 操纵符

member function成员函数

namespace 命名空间

ostream 输出流

parameter list 形参表

preprocessor directive 预处理指示

return type 返回类型

source file 源文件

standard error 标准错误

standard input 标准输入

standard library标准库

standard ouput标准输出

statement 语句

std 标准命名空间

string literal 字符串字面值

uninitialized variable 未初始化变量

variable 变量

while statement  while语句

() operator ()操作符

++ operator ++操作符

+=operator +=操作符

. operator 。操作符

:: operator ::操作符

= operator =操作符

= operator =操作符

<< operator <<操作符

>> operator >>操作符

== operator ==操作符

!= operator !=操作符

<= operator <=操作符

<operator <操作符

>= operator >=操作符

> operator >操作符

你可能感兴趣的:(C++ primer术语)