Objective-C |
C# |
| int | int |
| unsigned | uint |
| float | float |
| double | double |
| char | char |
| BOOL | bool |
| NSString | string |
| id | object |
Tuesday, January 26, 2010
Data Types
Subscribe to:
Post Comments (Atom)
I'm putting this together to help me relate my existing knowledge of C# to that of Objective-C.
Objective-C |
C# |
| int | int |
| unsigned | uint |
| float | float |
| double | double |
| char | char |
| BOOL | bool |
| NSString | string |
| id | object |
No comments:
Post a Comment