hello, i was wondering what are the best programming languages for making mac apps and games, and can i use C++ for making mac apps
thank you
thank you
hello, i was wondering what are the best programming languages for making mac apps and games, and can i use C++ for making mac apps
thank you
If you're planning on sticking to highly portable apps to be released for multiple operating systems, then you may want to consider other options.
no way i will make apps for other OS the only reason i want to make apps so more people come to mac os x, i know maybe i won't make much of diffrence but hopefully will help.
I think it will be easy to learn cocoa and obj-c because I already know some scripting languages.
Learning the programming language is the easy part. The next and harder step is to learn the many API. THere are thousands of funtion calls for drawing on the screen, storing data making sounds and so on. The language itself is the smaller part. Just start small and work your way up. To learn you need to write a lot and also read a lot.