Weblog » Tags » cplusplus (all)
-
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...

