@donbock :
where did you get that C++ C99 standard ? I tried to get it (rev 2003) from the ISO certification web site (free since the new standard came out) but the document download fails...
thanks for your answer :)
User Profile
Collapse
-
I would rather say that the comma operator evaluate each operation one after each other. As you use parenthesis, everything inside is evaluated, then the assignment is done with the last evaluation done inside the parenthesis, i.e 48.
Then only 48 should be assigned to the "a" variable. 32 is evaluated, but since it is only a value nothing is done. The same for 3, 3, 4, 77 and finally 48. 48 being the last operation, it is...Leave a comment:
-
You can only put constant values in case statements. Your compiler considers that "abcd"[1] is not a constant. But you can still do a case 'b' instead.Leave a comment:
-
this processor model has a memory interface of type PC3-10600 - 1333Mhz. Upgrading the memory to a 1600Mhz would add nothing but a price increase.
I advise you to stay at 1333 ^^Leave a comment:
No activity results to display
Show More
Leave a comment: