I have been looking around on the web and I have seen mixed answers about Objective-C and Cocoa being compatible with windows and linux and other OS's. I'm thinking that Objective-C is while Cocoa is not. Am I correct?
..Objective-C and Cocoa being compatible with windows and linux and other OS's. I'm thinking that Objective-C is while Cocoa is not.
ok thanks, I'm learning C++ now, how transferable is knowledge of C++ to Objective-C? From what I have read it's quite transferable.
Also, can anyone point me to any websites or books that will teach me to make GUI's on other OS's (mostly windows) in Objective-C and/or C++?
I want to be able to write my source code on my mac so I can't use MS Visual C++ for windows. Linux isn't a big issue, mainly windows i want to run my programs on, and I know i can just use interface builder on mac. (but learning the hard way is always a bonus)
EDIT!: Even better would be books or websites about making cross-platform GUI's if possible.
That sounds great to me. I would rather just learn C++ for now anyways.Edit : Of course this means you won't be able to use Interface Builder at all but would need to use Qt Designer to build your GUIs. See http://www.trolltech.com/qt for more information.
I am doing this for personal use and school work, no commercial use intended.Oh and as long as the applications you write are open source it is free. If you want to write commercial software you need to pay a license fee.
What does agnostic mean I never seen that word before.(assuming of course the rest of your code is platform agnostic).
What does agnostic mean I never seen that word before.