C++er
名词 n.
英文释义
名词 n.
-
One who uses the C++ programming language.
— Non C++-ers have probably noticed the strange-looking WPPoint& return type declaration for all those overloaded operators: / WPPoint& operator++() { ++x; ++y; return *this;} / WPPoint& operator--() { --x; --y; return *this;} / Huh? What’s & doing there?
词源
From C++ + -er.
0 次浏览
数据来源: Wiktionary