• JJ
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    JJ
    Posts: 147 from 2010/7/7
    From: Wales
    Hi All

    Trying to learn C with the C for dummies book and the MorphOS SDK.

    Entered first bit of code and try and complie and get an error about missing makefile.

    How do I create this ?

    Sorry my programming skills are in Basic only so please be gentle.

    Code below. Could be the next must have app :)


    #include <stdio.h>

    int main()
    {
    printf("goodbye, cruel world!\n);
    return(0);
    }


    [ Edited by JJ on 2010/9/2 18:21 ]
    We don't stop playing because we grow old; we grow old because we stop playing. - George Bernard Shaw


    Xbox Live: S0ulA55a551n2
  • »02.09.10 - 17:20
    Profile