Re: Go Run
Re: Go Run
- Subject: Re: Go Run
- From: "Hemant Torsekar" <email@hidden>
- Date: Thu, 14 Feb 2008 16:57:04 -0500
Try the CocoaLab:
http://www.cocoalab.com/?q=becomeanxcoder . It teaches the very basics of programming, how to compile code, and the basics of what you'll need.
I'm actually learning programming from scratch, and I've found the CocoaLab to be a great start for programming on the Mac.
You may also want to try a book such as Cocoa Programming for Mac OS X by Aaron Hillegaas (no he isn't paying me).
I would recommend other books, but this one has done the trick for me. By no means is it a good starter book because it assumes some knowledge prior of the C Language.
~ Hemant
P.S. Can anyone recommend another book for beginners?
On Thu, Feb 14, 2008 at 3:36 AM, Davide Scheriani <
email@hidden> wrote:
guys,really tnx..where can I find some video tutorial about xcode or
pdf?
>
> On Feb 13, 2008, at 7:53 AM, glenn andreas wrote:
>
>>> what's the difference between "go" and "run"?
>>
>> Xcode has two different ways to launch your program - "Run" (which
>> doesn't launch it under the debugger) and "Debug" (which does).
>> "Go" just launches it the same way as you last did it (which is why
>> the "Go" menu command usually is "Go (Run)" or "Go (Debug)"
>
>
> It should be noted that Go also automatically supports more fancy
> run environments, like "Run > Start with Performance Tool".
>
> j o a r
_______________________________________________
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
_______________________________________________
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
References: | |
| >Go Run (From: Davide Scheriani <email@hidden>) |
| >Re: Go Run (From: glenn andreas <email@hidden>) |
| >Re: Go Run (From: j o a r <email@hidden>) |
| >Re: Go Run (From: Davide Scheriani <email@hidden>) |