Quote Originally Posted by Crosz View Post
1. I have a mac and a PC. Since I have no experience with Objective C, I am wondering if one is better than the other. (By better I mean less restrictions.)
Now you have to define "restrictions"

2. I am aiming to make a software that is compatible with both mac and PC. Can you make a software compatible for PC in Objective C? or visa versa with C++?
As far as I know, Obj-C is applicable for Mac only. C++ code can be compiled for Mac (as internally GCC is there), though only console utilities could be done this way. On the other hand, Qt framework is C++ based but is able to compile into Mac native app.

3. Also, is visual C++ pretty much the standard for programing?
In this forum, yes, definitely.