|
-
July 10th, 2012, 05:37 AM
#2
Re: C++ and Objective C question
 Originally Posted by Crosz
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.
Best regards,
Igor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|