What is the meaning of +++ in C++?

后端 未结 0 740
孤独总比滥情好
孤独总比滥情好 2021-01-02 10:15

I have some code like the following:

int a = 4, b = 3; b = b+++a; cout<

Obviously i know that b+++a is equal to b++ +

相关标签:
回答
  • 消灭零回复
提交回复
热议问题