[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: newbie alert : obj-c src compile : howto?
From: |
Richard Frith-Macdonald |
Subject: |
Re: newbie alert : obj-c src compile : howto? |
Date: |
Fri, 31 Oct 2014 17:56:03 +0000 |
On 30 Oct 2014, at 17:52, 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
gnustep-base comes with a programming manual, and you can find an online copy
of it at
http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual.html
also, the mini-tutorial at
http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/index.html is good for
the for how-to-build question.