C/C++中常用必会的专业单词(持续更新 目前50个)
Posted 林夕07
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C/C++中常用必会的专业单词(持续更新 目前50个)相关的知识,希望对你有一定的参考价值。
在阅读C/C++很多经典书籍时,为了不改变原意有些单词就会保留不会被翻译。这时就需要我们会一些常见的单词术语,减少阅读障碍。
C/C++专业词汇
- Pointer to member:指针成员
- destructor:析构函数
- constructor:构造函数
- copy constructor:拷贝构造函数
- move constructor:移动构造函数
- delegating constructor:代理构造函数
- delegation cycle: 委派环
- shollw copy:浅拷贝
- deep copy:深拷贝
- Move semantics:移动语义
- xvalue,eXpiring Value:将亡值
- prvlaue,Pure Rvalue:纯右值
- Pass by value: 按值传递
- Pass by reference:按引用传递
- narrowing:收窄
- identifier-expression:标记符表达式
- constant-expression constructor:常量构造函数
- memory leak:内存泄漏
- dangling pointer:悬挂指针
- template meta-programming:模板元编程
- sequential consistent 顺序一致性
- memory model 内存模型
- I/O Input/Output:标准输入/输出
- stream model:流模型
- block/group of code:代码块
- namespace:命名空间
- string constant:字符串常量
- expression:表达式
- literal constant:字面常量
- compound statement:复合语句
- IDE integrated development environment:集成开发环境
- program:程序
- project:工程
- console application:控制台应用程序
- variables:变量
- constants:常量
- literals:字面量
- initialization:初始化
- intrinsic Type : 内建类型
- qualified:限定符
- implicit conversion / coercion : 隐式转换
- availability:可用性
- ambiguity:二义性
- accuracy:精确性
- partial specialization:特例化/偏特化
- compile:编译
- run:运行
- template template parameters : 模板的模板参数
- nested class : 被嵌套的类(通常被译为嵌套类)
- class-type : 类对象
以上是关于C/C++中常用必会的专业单词(持续更新 目前50个)的主要内容,如果未能解决你的问题,请参考以下文章