xcode question

Joined
Jun 18, 2008
Messages
1
Reaction score
0
Points
1
hi,

I am a C programmer.

I have a C program that runs in Xcode, but I'd like to put the functionality into GUI. I know Xcode has many languages it supports and C++ is one of them. And Interface Builder looks great, although a little confusing :(

I don't know much about object oriented programming... but I'd like to just put some of this code behind a few buttons, open up a File Open dialouge etc.. nothing too fancy.

Does it seem like xcode/IB is the right thing to use here? How else can I make this code run in a GUI?

thanks...
 
Joined
Mar 15, 2007
Messages
161
Reaction score
4
Points
18
Your Mac's Specs
17" MacBook Pro, 2.33GHz C2D, 2GB RAM
A basic GUI application is very easy to put together using XCode and IB, although you will probably find it simpler to use Objective-C rather than C++. You might be able to get started by looking up a few Cocoa programming tutorials on the web, or find a good book on the subject.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top