Would learning C before Objective-C be beneficial or just slow me down? My goal is to make some useful applications for OSX.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Objective-C is a superset of C, so C won’t hurt you, and will probably even help a bit. Furthermore, some of OS X’s frameworks, like CoreFoundation, expose a C interface, and you’ll likely have to use them at some point anyway. But most OS X development uses Objective-C, so you’ll eventually have to learn it anyway.