- Categories
Category Archives: Codelicous
Actionscript and Obeject-C have few Data types things in common
ActionScript primarily consists of “fundamental” or “simple” data types which are used to create other data types. These data types are very similar across few other object Oriented languages. ActionScript primitive data types primitive data types are the basic datatypes … Continue reading
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 … Continue reading
Define a variable and let get started
Just about anybody who have done any sort of programming would know what a variable is, but for the newcomers that are just starting out this one is for you A variable is a simple means of keeping track of … Continue reading