School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,966 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,848 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources 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
Frames Per Second Counter in C++ Tutorials (Last Comment: Psionics, Views: 1,941)
Creating an Installer in C++ Tutorials (Last Comment: Psionics, Views: 1,079)
Code Snippets
Submitted: October 30, 2008        Views: 575
Completely optimized. Only works on a sorted list.
Submitted: October 30, 2008        Views: 304
Recursive function to print int into Octal
Submitted: October 30, 2008        Views: 311
Function to print an int to binary using recursion.
Submitted: October 30, 2008        Views: 375
Recursive function to convert a number to hex format.