Just figured out how to use NSMutable Array.
[you can ignore this paragraph, a bit off topic]Woke up at 5:30 today despite the fact that I had left the light in my room on all night, constantly woke with a start every two hours(one of the times when I had just happened to see thousands of little spider/scorpion things crawling up my blanket) and got up to make fruit loop rice crispy treats. Which I plan on selling at a bake sale for the debate club later today.
Making those treats really made me coding hungry, so I went over to man's best friend, Google. After tons of searching, failed trials and such I finally learned what I had so desperately scoured the net for:
(1) I can now draw text directly to the screen.
(2) I have figured out how to successfully create an NSMutableArray. Which it turns out that if you want to stop your program from crashing due to lost variables, you also have to retain the NSMutableArray and release at the end of your program. That means I have also learned other skills:
(3) Memory management and...
(4) Pointers!
What's neat with NSMutableArray is that I can use it everywhere, add objects at will, destroy objects, replace objects, sort it, and get any object I want to use at any given moment!
I can now build map loading code.
Here is my test of NSMutableArray:
-Gandolf
P.S. I have no classes today. More free time.