Search:

Type: Posts; User: CopperHead4750

Search: Search took 0.00 seconds.

  1. I'm think i got it actually. This is what I ended...

    I'm think i got it actually. This is what I ended up with:

    //global
    struct structFractal{
    uchar R, G, B;
    } fractal[ySize][xSize];

    ...

    //code in function
  2. Help with 2d array of structures and pointers.

    Hello everyone. I need a little help with my assignment trying to get pointers to reference a 2d array of structures.

    Here's the original code:

    //this is global
    struct structFractal{
    ...
Results 1 to 2 of 2