On 30 Oct 2014, at 17:52, Mayuresh Kathe <[email protected]> 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.



_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to