Objective-C

Sakuto

Active member
Regular
Joined
Apr 30, 2014
Messages
887
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Awards
I'm looking to further my knowledge in more programming languages, and Objective-C is one of the things I feel I might use so I'm wondering what some prerequisites of the language are, so that I may first learn those.

Also, if you have any tips for learning the language, please leave them below.
 
Last edited:

Tyrion Lannister

Active member
Regular
Joined
Aug 16, 2014
Messages
1,117
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Well, I'm not the brightest of mind out here but maybe I can give it a shot. AS for learning Objective-C, all you needs is a good understanding of the basic C. In a nut shell, everything C can do, Objective-C can do too, but not the other way around. Assuming you are using a lap with Windows OS, you'll need to use compiler such as CygWin or MinGW. If you are having a Mac, use the compiler. If youʼve installed the developer tools from Apple (Xcode, Interface Builder, etc..), then GCC should already be installed on your MAC. If not, get yourself a free copy.
 
  • Like
Reactions: Sakuto

Wabbit

Banned
Legendary
Joined
Nov 15, 2011
Messages
11,335
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Objective C is not much popular,mainly alive in Apple community. If you are into object oriented programming or moving forward from C go for C++ or Java.
 
Top