Objective-C Variable and DataType

Well if we should pick from where we left off, we were talking about how to define variables as you would notice that there are little differences in the way Object-C does this; you would start with the variable type and then you will you will notice the “*” that we will learn to call the pointer (pointer will need some explanation that I will do later) then comes the name that you would like to call your variable; the equal sign followed by the new value

NSSvariableType * myVariable  =  newVariableValue;
This entry was posted in Codelicous, Object-C. Bookmark the permalink.

2 Responses to Objective-C Variable and DataType

  1. Great information! I’ve been looking for something like this for a while now. Thanks!

  2. ultrasound technician says:

    Great site. A lot of useful information here. I’m sending it to some friends!

Leave a Reply

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

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>