I have spent sometime testing my small chunks of code in Objective-C following some sample code from the book, just to get familiar with the language. After gaining a little bit of knowledge but a little bit enough, i started working on the Double Linked list in Objective-C. So far i have gotten all my classes set up and finally after hours of struggle i had a breakthrough inserting Nodes to the front of the list and printing it out. I first started with just inserting integers from 1 to 5, then after that worked then i added a char data type to the Node for the letter alphabet.
I am taking every precaution with this, it may seem simple to others but i got to take turtle steps (type one line of code compile and run just to make sure it is not broken). So far things are sinking in and i am hopping to get used to the syntax of Objective-C in no time, as they say if you practice you are perfecting your skills. I am hoping by weekend to get all the insert functions (insertAtBack, insertInMiddle) done and the delete function done.
so-long and stay thirst my friends..
I take many baby steps as you see from the lecture, slow and steady gets the job done
ReplyDelete