Zerobu's Contributions
Below are the tutorials, code snippets, and resources Zerobu 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: 2936
This snippet will calculate the sum of a list of positive integers. It uses C++ equivalent as comments.
Submitted: March 19, 2009        Views: 2944
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: 4022
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: 2159
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: 914
This program illustrates the division and modulus operations using integers. The equivalent C++ code is used for comments.
Submitted: March 19, 2009        Views: 5010
This program will due matrix operations such as add, subtract, multiply, and transpose a 4x4 matrix.
Submitted: May 29, 2009        Views: 989
This snippet is a function that tells if the index of two arrays of the same size are equal.
Submitted: March 20, 2009        Views: 7821
This snippet will parse a character array with by using the strtok function
Submitted: May 11, 2009        Views: 1076
This snippet asks for the user's street address, city, and zip, and displays the map using Yahoo's map API.