C++

专有名词

英文释义

专有名词
  1. A multiparadigm high-level compiled programming language that is a more advanced derivative of C.
    — Rvalue references were introduced into C++0x to provide a mechanism for capturing an rvalue temporary (which could previously be done in C++ using traditional lvalue references to const) and allowing modification of its value (which could not).

词源

From the name of the C language (on which it was based) and ++, the increment operator in both languages, suggesting an addition to C.
0 次浏览 数据来源: Wiktionary