carltech's Contributions
Below are the tutorials, code snippets, and resources carltech has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
No Tutorials Submitted.
Code Snippets
Downcast in C++ by carltech
Submitted: February 20, 2010        Views: 3100
Downcasts from a base to derived class using dynamic_cast. I commented this to the extreme for the sake of the reader and made it super simple.
OS Color Spin Loop in Assembly by carltech
Submitted: November 24, 2009        Views: 1989
This boot file makes a cool effect while looping through all of the bios colors.
Prime Number in Python by carltech
Submitted: September 12, 2008        Views: 4556
A simple 8 line program with nested for loops used to find prime numbers