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

Join 306,892 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,704 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
Creating Hangman in Game Programming Tutorials (Last Comment: Hyper, Views: 2,386)
Creating Pong in Game Programming Tutorials (Last Comment: Hyper, Views: 1,512)
Creating Tic-Tac-Toe in Game Programming Tutorials (Last Comment: Hyper, Views: 1,720)
Code Snippets
Submitted: March 15, 2009        Views: 482
A simple function to draw a (standard ASCII art) box! You can place the X, Y coordinates, the width and height with ease.
Submitted: March 15, 2009        Views: 136
A simple function to fill a small (square/rectangular) area.
Submitted: March 19, 2009        Views: 490
Generic set of text routines: Creates Menus, changes text color, cursor position, caret blinking, drawing a box, filling a box, and mouse/keyboard emulation
Submitted: March 24, 2009        Views: 701
A demonstration of using GetAsyncKeyState()
Submitted: March 11, 2009        Views: 1449
Example of how to use GetTickCount() with epicly cool! ASCII art!
Submitted: February 26, 2009        Views: 870
Demonstration of x2 functions for emulating keys/mouse clicks
Submitted: March 15, 2009        Views: 184
This demonstrates a few methods of how you could point a pointer, to a function in order to call it.
Submitted: March 15, 2009        Views: 557
An extended version of printf, to allow tokens for changing text color, and moving the cursors current position (you can add more on your own).
Submitted: March 15, 2009        Views: 1450
An example of how to use both ReadProcessMemory and WriteProcessMemory
Submitted: March 14, 2009        Views: 515
This is a Roman Numeral converter written in C using object oriented design. It follows the proper math rules to an extent.