User Profile

Collapse

Profile Sidebar

Collapse
axiagame
axiagame
Last Activity: Jul 6 '12, 11:35 AM
Joined: Jun 13 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • axiagame
    replied to integer constant expression
    in C
    @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 :)
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

    Leave a comment:


  • axiagame
    replied to integer constant expression
    in C
    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.
    See more | Go to post

    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 ^^
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...