@discreetfx
Quote:
I want to learn Amiga programming in C. I'm ready for the long learning journey and have some great ideas. Where should I start my quest? Books, websites? Anyone have some suggestions please?
Get a "C for dummies"-type book and start learning the language. Setup a development environment on your computer: download and install the OS4 SDK package from Hyperion's website, then get CodeBench (free download from
http://www.codebench.co.uk). Browse through the examples in the SDK to get you an idea of what AmigaOS program code looks like. Register at
www.os4coding.net to get advice from more experienced programmers. Bookmark the AmigaOS Documentation Wiki (wiki.amigaos.net) for the most complete Amiga programmer's reference material. Be patient and willing to learn. Most importantly: have fun!
Quote:
How long will this journey take?
Learning C is easy, I've more-or-less mastered the language in a week or so. The hardest part is the AmigaOS API: the individual system components (libraries etc.) containing the functions you'll need to use. This could take a couple of years to get a good grasp of.