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... -
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,... -
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....


