[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: newbie alert : obj-c src compile : howto?
From: |
Germán Arias |
Subject: |
Re: newbie alert : obj-c src compile : howto? |
Date: |
Fri, 31 Oct 2014 12:12:09 -0600 |
User-agent: |
GNUMail (Version 1.2.2) |
Hi,
On 2014-10-30 11:52:26 -0600 Mayuresh Kathe <mayuresh@sdf.org> wrote:
> hello, is there any document which show how to compile
> simple hello world snippet written in obj-c?
> #import <stdio.h>
> #import <Foundation/Foundation.h>
>
> int main(void) {
> NSLog(@"Hello, World!\n");
> return 0;
> }
>
>
> thanks,
> -mayuresh
See:
http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_1.html#SEC11
http://www.gnustep.it/nicola/Tutorials/
Regards.
Germán