Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

An enigma

Name: Anonymous 2009-06-09 18:35

So, /prog/, a C question: I have int somevariable [10][10]; How do I declare a pointer to the first row of this array?

Name: Anonymous 2009-06-09 19:31

int * firstRow = &somevariable[0];
Why not
int            *
       firstRow =
      &somevariable[
                  0
                 ]
;

then faggot.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List