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

Join 306,798 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,637 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
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
Deleted: Integer Division in MASM in Assembly by Zerobu
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.