Weblog » Tags » programming (all)
-
is there anything interesting on the internet anymore?
I'm looking for tutorials programming for mobile phones. I can't find anything step by step for dummies format. John Carmack throws all these abbreviations at me on his blog: J2ME, CLDC, and MIDP. Been a while since I've… -
In Pursuit of Allegro
Allegro is a game programming library. A library contains functions that make a programmer's life easier. I've been trying to get this library linked to my compiler so it can make my life easier. I want to play with Al… -
Abstract Classes and the Real World
I know making an abstract class isn't a big deal. All making an abstract class takes is a virtual function declaration assigned to the value 0, in the class you want to be abstract. Meanwhile, you have to make sure all t… -
Amazing C++ Tutorials
Finally, I'm done watching all 55 part video tutorial about C++ by antiRTFM uploaded on Youtube. The eight hours of screen time were worth it. After about part 40 you have to click "watch video in high quality" Playlis… -
What do I do when I'm bored?
/* my environment is dev-c++. output: message "I'm bored!!!" in a black DOS window */ #include <iostream> #include <string> #include <stdlib.h> // using package known as std using namespace std; // c…
Recent Weblogs
-
Twilight: my notes on the movie
Could Bella be anymore obvious by her facial... -
my current state of mind
Religion. i haven't been posting on religion as mu... -
International Trucks Maxxforce TV Widget
I just posted this Maxxforce TV widget for 500 cr...

