Moving from C# on Windows to Objective-C on Mac -


i'm going getting first mac computer soon, , want learn objective-c. have experience in c#, , i've started learning c++, absolutely in objective-c confuses me, including memory management. have tips on moving c# objective-c? i've read should learn c++ before learning objective-c, far c++ looks lot c# looks different objective-c.

edit: people trying learn question, highly recommend buying "learn objective-c on mac" book apress. it's written if you're coming c-like language (like c, c++, c#, java, php, etc.)

learn objective-c directly. no need learn c++ first. 2 different in aspects seem confuse you.

also understand writing functional applications on mac, focus more on learning , understanding cocoa api objective-c itself. objective-c can picked in afternoon experienced programmer. cocoa takes more time.

for purpose of learning cocoa (and objective-c @ same time), recommend "learn cocoa on mac". it's book developers on our team used started.

if focus on ios development instead, you'll need learn cocoa-touch. learned using beginning iphone 4 development, can recommend.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -