是什么= +的意思是用C? [英] What does =+ mean in C?

查看:166
本文介绍了是什么= +的意思是用C?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我碰到 = + 来,而不是标准的 + = 今天在一些C code;我不太清楚是怎么回事。我也找不到它的文件中。

I came across =+ as opposed to the standard += today in some C code; I'm not quite sure what's going on here. I also couldn't find it in the documentation.

推荐答案

的C, = + 的版本相当于 + = 。它的遗迹已发现的最早的恐龙骨骼旁边。更多的,它没有特殊的意义 - 它只是一个 = 后跟一个 +

In ancient versions of C, =+ was equivalent to +=. Remnants of it have been found alongside the earliest dinosaur bones. Any more, it has no special meaning -- it's just a = followed by a +.

这篇关于是什么= +的意思是用C?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆