type conversion has confusing?

Posted by Venkats on Stack Overflow See other posts from Stack Overflow or by Venkats
Published on 2010-03-30T12:00:23Z Indexed on 2010/03/30 12:03 UTC
Read the original article Hit count: 334

Filed under:
|
|

In c++, the following code has confusing..

int temp = (int)(0×00);

int temp = (0×00int);

What is difference between those 2 lines….

© Stack Overflow or respective owner

Related posts about c++

Related posts about type