Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
它们从什么时候开始成为标准 C++ 的一部分?我认为这long long是一个 C++0x 特性,对吗?怎么样long double?那已经在 C++98 或 C++03 中了吗?
long long
long double
两者long double和long long已经存在了很长一段时间,并分别在 C89 和 C99 中标准化。C++long double从其第一个版本 C++98 开始标准化,并将long long在即将发布的标准修订版中添加。