What's Here?
- Members: 306,798
- Replies: 841,243
- Topics: 140,554
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,637
- Members: 109
- Guests: 1,528
|
'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
No Tutorials Submitted. |
|
Code Snippets
|
 |
|
|
Submitted: July 14, 2009
Views: 200
This snippet will calculate the sum of a list of positive integers. It uses C++ equivalent as comments.
|
|
|
 |
|
|
Submitted: March 19, 2009
Views: 511
This program copies a source file into a destination file, checking for the existence of the destination file, and prompting for overwrite if it does.
|
|
|
 |
|
|
Submitted: July 14, 2009
Views: 212
This is snippet is a MASM function that will return the maximum integer value in an array. Comments are written in C++ code.
|
|
|
 |
|
|
Submitted: July 14, 2009
Views: 136
This program demonstrates how to add 3 floating point numbers together
|
|
|
 |
|
|
Submitted: July 14, 2009
Views: 185
This program illustrates the division and modulus operations using integers. The equivalent C++ code is used for comments.
|
|
|
 |
|
|
Submitted: March 19, 2009
Views: 543
This program will due matrix operations such as add, subtract, multiply, and transpose a 4x4 matrix.
|
|
|
 |
|
|
Submitted: May 29, 2009
Views: 134
This snippet is a function that tells if the index of two arrays of the same size are equal.
|
|
|
 |
|
|
Submitted: March 20, 2009
Views: 1913
This snippet will parse a character array with by using the strtok function
|
|
|
 |
|
|
Submitted: May 11, 2009
Views: 235
This snippet asks for the user's street address, city, and zip, and displays the map using Yahoo's map API.
|
|
|
| |