Search:

Type: Posts; User: ratnguy

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,784

    Hey got it, thanks!

    Hey got it, thanks!
  2. Replies
    2
    Views
    3,784

    Need help with operators

    Hi!
    I'm pretty new to c programming (and to programming itself) and I've stumbled upon something I don't really understand about the ++ operator.



    int z, p;
    z = 6;
    p = z++;

    printf("%d...
Results 1 to 2 of 2