Re: Programming
Re: Programming
- Subject: Re: Programming
- From: Shawn Erickson <email@hidden>
- Date: Mon, 10 May 2004 09:29:46 -0700
On May 10, 2004, at 8:54 AM, Thomas Brueckner wrote:
My C-programming needs do not require the nice GUI widgets etc. in the
"Currency Converter" tutorial. I did work through that last summer;
it's nice. However, my programs are number-crunchers and need to just
stay stripped; the front end widgets will be handled in another way,
in X11. Therefore...
Secondary question: Where is there a tutorial about just writing plain
old ANSI-C projects in Xcode?
I understand that Xcode is oriented to Objective C, so I suppose my
question could appear to be heinous. If so, please straighten me out.
:)
Gracias for assistance!
Objective-C is a superset of C. Xcode doesn't care, it supports C
development.
What kind of tutorial are you looking for? Just create a C based tool
project using one of the templates and begin development.
-Shawn
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.