[SDL] Question about arrays...

matt mattmatteh at earthlink.net
Fri Feb 9 11:43:12 PST 2007


Alexander Popp wrote:
> Int8 Playfield[3][3] = { "0, 1, 0", "1, 1, 1", "0, 1, 1"};

those would be strings, not signed 8 bit integers.

matt


More information about the SDL mailing list