电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

C++专有名词中英对照表

C++专有名词中英对照表_第1页
1/46
C++专有名词中英对照表_第2页
2/46
C++专有名词中英对照表_第3页
3/46
Defined Terms 术语 argument(实参) A value passed to a function when it is called. 传递给被调用函数的值。 block(块) Sequence of statements enclosed in curly braces. 花括号括起来的语句序列。 buffer(缓冲区) A region of storage used to hold data. IO facilities often store input (or output) in a buffer and read or write the buffer independently of actions in the program. Output buffers usually must be explicitly flushed to force the buffer to be written. By default, reading cin flushes cout; cout is also flushed when the program ends normally. 一段用来存放数据的存储区域。IO 设备常存储输入(或输出)到缓冲区, 并独立于程序动作对缓冲区进行读写。 输出缓冲区通常必须显式刷新以强 制输出缓冲区内容。默认情况下,读 cin 会刷新 cout;当程序正常结束 时,cout 也被刷新。 built-in type(内置类型) A type, such as int, defined by the language. C++ 语言本身定义的类型,如 int。 cerr ostream object tied to the standard error, which is often the same stream as the standard output. By default, writes to cerr are not buffered. Usually used for error messages or other output that is not part of the normal logic of the program.绑定到标准错误的 ostream 对象,这通常是与标准输出相同的流。默认 情况下,输出 cerr 不缓冲,通常用于不是程序正常逻辑部分的错误信息 或其他输出。 cin istream object used to read from the standard input. 用于从标准输入中读入的 istream 对象。 class C++ mechanism for defining our own data structures. The class is one of the most fundamental features in C++. Library types, such as istream and ostream, are classes. 用于自定义数据结构的 C++ 机制。类是 C++ 中最基本的特征。标准库类 型,如 istream 和 ostream,都是类。 class type A type defined by a class. The name of the type is the class name. 由类所定义的类型,类型名就是类名。 clog ostream object t...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

C++专有名词中英对照表

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部