Search:

Type: Posts; User: Norm

Search: Search took 0.23 seconds.

  1. Replies
    3
    Views
    532

    Re: Increment operator

    Yes those two expressions do not give the same result:
    top_element + 1 does NOT change the value in top_element
    ++ top_element does change the value in top_element


    What happened to the...
  2. Replies
    3
    Views
    532

    Re: Increment operator

    Do you have a question about the posted code?

    I don't like to look at unformatted code.

    Please edit your post and wrap your code with code tags:



    **YOUR CODE GOES HERE**
Results 1 to 2 of 2