hello world Archive

  • These will form a series of posts detailing my progress in learning the Android SDK. When I first started it was very confusing, and took a while to learn enough...

    Android Notes: Setting up the SDK

    These will form a series of posts detailing my progress in learning the Android SDK. When I first started it was very confusing, and took a while to learn enough...

    Continue Reading...

  • Before I begin writing a game for my Nintendo DS, I first need to make sure I have the correct tools for the job. I’ve got devkitARM installed and working,...

    First you build the tools

    Before I begin writing a game for my Nintendo DS, I first need to make sure I have the correct tools for the job. I’ve got devkitARM installed and working,...

    Continue Reading...

  • /* Hello World in C, Ansi-style */ #include <stdio.h> #include <stdlib.h> int main(void) { puts(

    Hello there!

    /* Hello World in C, Ansi-style */ #include <stdio.h> #include <stdlib.h> int main(void) { puts("Hello World!"); return EXIT_SUCCESS; } Hello and welcome to my brand, shiny new programming oriented blog....

    Continue Reading...