Hey guys!
Anyone know how to declare a 2d array in objective C?
here is how I did it:
iAmAn2dArray[2][2] = { {0, 1},
{0,0},
}
As usual Xcode gives me errors and the documentation is missing in action.
I also wish Xcode was more like Eclipse, pressing the build button is frightning sometimes.
Anyone know how to declare a 2d array in objective C?
here is how I did it:
iAmAn2dArray[2][2] = { {0, 1},
{0,0},
}
As usual Xcode gives me errors and the documentation is missing in action.
I also wish Xcode was more like Eclipse, pressing the build button is frightning sometimes.