discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to compile a .m


From: Jean-Loïc Mauduy
Subject: how to compile a .m
Date: Wed, 14 Oct 2009 01:30:19 +0200

Hi everyone!

I am new to GNUstep and Objective C and some things seem difficult to understand for me...I hope you can help me. Precision : I'm on Windows.

After installing the thing, I tried a simple hello world, so I put this code in a hello.h :

#import <stdio.h>

int main( int argc, const char *argv[] ) {
    printf( "hello world\n" );
    return 0;
}

and now, how do I compile?

I'm a little bit lost...
Thank you for your help.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]