【发布时间】:2011-12-24 00:40:12
【问题描述】:
可能重复:
C extension: <? and >? operators
What does the >?= operator mean?
我在网上搜索了一些 C++ 代码,发现了这个:
num <?= num2-num3+num4;
有谁知道这个运算符代表什么?我用谷歌搜索了它,但什么都没找到。
【问题讨论】:
-
人们嘲笑 MSVC 不遵循标准并添加扩展:D
标签: c++