What's Here?
- Members: 306,892
- Replies: 841,368
- Topics: 140,581
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,704
- Members: 74
- Guests: 1,630
|
'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
in (Last Comment: , Views: 2,386)
in (Last Comment: , Views: 1,512)
in (Last Comment: , 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.
|
|
|
| |