Re: Programming Languages
Re: Programming Languages
- Subject: Re: Programming Languages
- From: Todd Heberlein <email@hidden>
- Date: Sat, 06 Apr 2013 11:16:11 -0700
> is it possible to program mac and/or iPhone apps using the c++ programming language? I thought it was, but everything I've seen in xcode so far is mainly concentrating on objective c.
To interact with the GUI / view elements, you really need to use Objective C, but you can do a lot of core programming in C++. I have extensive C++ libraries (some code dating back 18 years when first written on a NeXTstation). I use that code for command-line tools, daemons, and embedded in GUI programs.
Google "Objective-C++" to find tutorials and other information for mixing Objective C and C++ code.
Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden