Search:

Type: Posts; User: psul

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    5,679

    The code works. Thanks so much.

    The code works. Thanks so much.
  2. Replies
    6
    Views
    5,679

    I read that a whille ago and didn't quite get it,...

    I read that a whille ago and didn't quite get it, but now that I read it again the whole thing seems to make sense. Thanks, I am going to try to figure it out again.
  3. Replies
    6
    Views
    5,679

    Thanks. I just have a few questions. ...

    Thanks. I just have a few questions.



    memcpy ( bytes + i, &c, 1 );


    Will this access the memory i bytes after the beginning?

    And what is the & in front of the c for?
  4. Replies
    6
    Views
    5,679

    Adding a byte to a string

    I am playing around with a plugin sdk for a video editor (Wax), and the code is:



    memset(psImage->psImageData, 0x80, sizeof(ImageSample)*psImage->dwWidth*psImage->dwHeight);


    My...
Results 1 to 4 of 4