Search:

Type: Posts; User: fallout01

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    4,984

    Yeah, I agree. You see, this isn't my code,...

    Yeah, I agree.

    You see, this isn't my code, I'm just making it work with a new compiler.
    So I guess my question then becomes, is:
    (int)c_a += sizeof(whatever);

    equivalent to:
    c_a +=...
  2. Replies
    5
    Views
    4,984

    lvalue vs rvalue casting

    Before I ask my question, here is a declaration:
    unsigned char *c_a

    Now I have this line:
    (int)c_a += sizeof(whatever);

    which used to work with an older compiler, but my new compiler...
Results 1 to 2 of 2