hello world Archive

  • Android Notes: Setting up the SDK

    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 information to even make sense of what the documentation was trying to tell me. The...

    Full Story

  • First you build the tools

    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, the No$GBA emulator works well enough for my debugging needs so what more do I...

    Full Story

  • Hello there!

    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. If I were being all Web2.0 it’d have ‘Beta’ in the logo somewhere. If the...

    Full Story