好词典

cpp

UK /siː piː piː/US /siː piː piː/

词源

源自C programming language(C语言),++表示增量运算符,暗示是C语言的增强版本。

noun

❶ C++的缩写,一种广泛使用的计算机编程语言,支持面向对象编程和泛型编程。

“I learned CPP in college to develop software applications.”

(我在大学里学习了C++来开发软件应用程序。)

“Many game engines are written in CPP for performance reasons.”

(许多游戏引擎出于性能原因使用C++编写。)

同义词:C plus plus, C++

常见短语

Modern CPP — 指现代C++编程风格,通常指C++11及之后版本引入的新特性和最佳实践。

“Modern CPP emphasizes the use of smart pointers over raw pointers.”

(现代C++强调使用智能指针而非原始指针。)