Learn Objective C Pt 3

[ad_1]
This is part 3 of the learn Objective C Tutorial. Here I go through all of the data types available in programming in Objective C.


Posted

in

by

Tags:

Comments

2 responses to “Learn Objective C Pt 3”

  1. Gary Richter Avatar

    You access the information IN the array based on 0 being the first item. But when DEFINING the array size, you specify the actual value.

  2. Jordan Berke Avatar

    if the first index of numberTable[3][5] is zero, wouldn't the array be a 4×6?
    Row 1: numberTable[0][0]
    Row 1: numberTable[1][0]
    Row 1: numberTable[2][0]
    Row 1: numberTable[3][0] and so on.

Leave a Reply

Your email address will not be published. Required fields are marked *