Category Archives: Object-C

Actionscript and Obeject-C have few Data types things in common part 2

Data types are the basic building blocks of just about object oriented language and Objective-C has a few also int can store a positive or negative whole number (in other words a number with no decimal places). The actual size … Continue reading

Posted in Actionscript, Object-C | 3 Comments

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

Posted in Actionscript, Codelicous, Object-C | Leave a comment

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

Posted in Codelicous, Object-C | 2 Comments