Xcode - Beginner Question.
Xcode - Beginner Question.
- Subject: Xcode - Beginner Question.
- From: "Salai Khine" <email@hidden>
- Date: Sun, 3 Feb 2008 00:12:55 +0100
Dear All,
I am very new User to MacOS X.
I want to use Xcode tool for my School stuff - Learning C language.
But i cant run this Simple Hello World in Xcode.
#include <stdio.h>
int main(void)
{
printf("Hallo World!\n");
return 0;
}
I Start Xcode -> Open New File.
And save as Hello.c
But.. i cant see the Run ( It is Deactived).
Why?
How can i use Xcode for my C learning?
Many thanks in advance.
best regards,
koko
_______________________________________________
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
- Prev by Date:
Re: gdb can't resolve breakpoints
- Next by Date:
Re: Xcode - Beginner Question.
- Previous by thread:
Re: Return key in Find dialog Do you mean manually edit a file somewhere on the system which contains the key bindings? If so, pleqse could you give me a clue where to find it, because Spotlight and 'find' aren't having any luck... Thanks On 1 Feb 2008, at 16:52, Chris Espinosa wrote: On Feb 1, 2008, at 7:36 AM, Jonny Taylor <email@hidden> wrote: Please see the discussion in this recent thread from the list archives: <http://lists.apple.com/archives/Xcode-users/2008/Jan/msg00506.html> Thanks joar, don't know how I missed that when I searched the archives. Can somebody clarify what Chris Espinosa means, please, when he says it's fixed in the next minor release of Xcode? I can't find a more recent version of Xcode on the apple website (I have IDE build 921.0). Maybe I'm being blind again. Is this a not-yet-released fix? If so, is there a manual edit I can make to the key bindings? I can't immediately see any binding that could be causing this prob lem. It has already been fixed, and that fix will be available in an upcoming Xcode release. The problem is due to the use of a Return character rather than a newline in the PBX_indentFriendlyInsertTab: key binding. You can fix it yourself in your own copy of the Metrowerks-compatible Key Bindings. Chris
- Next by thread:
Re: Xcode - Beginner Question.
- Index(es):