MorphOS SDK
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Templario
    Posts: 532 from 2012/4/28
    I want to know if there are tutorials to programming with C and Scribble to make programs for MorphOS, and C examples for this because the examples with the SDK are difficults to understand and if Scribble has the option to run and test like Turbo C++
  • »23.06.15 - 05:23
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Tcheko
    Posts: 510 from 2003/2/25
    From: France
    Trying to learn C with MorphOS SDK examples is like learning to ride a dragster motorbike without even prior knowledge of what a bicycle is.

    As a prime starter, you should grasp the grammar of the C language.

    http://www.learn-c.org/

    Followed by how to build binaries with makefile

    http://mrbook.org/blog/tutorials/make/

    Once you've done this two steps, you'll know how to ride a bicycle...

    Those two links are just kickstarter for the subject. There is tons of well written tutorial or ebook out there. Dig, read, experiment.

    Once you feel a bit more confident with C & makefile, you can go one step further: learn what's specific to MorphOS by reading excellent krashan's tutorial on MZ library.

    http://library.morph.zone/First_steps_in_MorphOS_programming

    and the following articles.

    Once you've done that, it is time for a first application.

    Start with something simple and 'straightforward' like a tic tac toe game for example.

    Feel free to ask for help here. Most MorphOS Team members kindly help when technical programming topics are posted.
    Quelque soit le chemin que tu prendras dans la vie, sache que tu auras des ampoules aux pieds.
    -------
    I need to practice my Kung Fu.
  • »23.06.15 - 07:49
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Intuition
    Posts: 1110 from 2013/5/24
    From: Nederland
    In my professional opinion as a teacher this is the best book to learn C programming from for absolute beginners to the language.

    http://shop.oreilly.com/product/0636920015482.do

    You can find a PDF on <the internet> I believe.

    You'll also need a copy of this too.

    http://prenhall.com/books/ptr_0131103628.html

    There are PDF's all over the internet of that too.

    Krashan's tutorials are what you will need after that and you can get PDF's of the Amiga ROM Kernel Reference manuals and the AmigaDOS manual at http://www.bombjack.org/commodore/amiga-books.htm

    [ Edited by ASiegel 23.06.2015 - 15:09 ]
    1.67GHz 15" PowerBook G4, 1GB RAM, 128MB Radeon 9700M Pro, 64GB SSD, MorphOS 3.15

    2.7GHz DP G5, 4GB RAM, 512MB Radeon X1950 Pro, 500GB SSHD, MorphOS 3.9
  • »23.06.15 - 11:54
    Profile