Monday, September 12, 2011

c++ - What is the name of this operator: "-->"? - Stack Overflow

c++ - What is the name of this operator: "-->"? - Stack Overflow: "#include
int main()
{
     int x = 10;
     while( x --> 0 ) // x goes to 0
     {
       printf("%d ", x);
     }
}"

'via Blog this'