Hey all. So I realize this is probably a question without a definitive answer but I just thought I'd see if anyone has any advice on the matter.
I wrote a program in C. Pretty basic, just does a bunch of calculations that I need to go fly. Where would you start in converting this to an Objective-C program?
I've started reading "Programming in Objective-C" so I'm starting to understand the language a bit. It's definitely a different way of programming so I'm kind of lost on where to even start with all these methods and classes and etc.
Ultimately, I'd like to turn it into Mac program with a simple graphical interface.
I wrote a program in C. Pretty basic, just does a bunch of calculations that I need to go fly. Where would you start in converting this to an Objective-C program?
I've started reading "Programming in Objective-C" so I'm starting to understand the language a bit. It's definitely a different way of programming so I'm kind of lost on where to even start with all these methods and classes and etc.
Ultimately, I'd like to turn it into Mac program with a simple graphical interface.