hello world Archive
-
Android Notes: Setting up the SDK
Posted on January 2, 2010 | 2 CommentsThese 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... -
First you build the tools
Posted on May 28, 2009 | 1 CommentBefore 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... -
Hello there!
Posted on January 5, 2009 | No Comments/* 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...