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

Join 306,867 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,695 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
Objective C Tutorial in C++ Tutorials (Last Comment: GWatt, Views: 10,984)
Creating shared libraries in C++ Tutorials (Last Comment: GWatt, Views: 5,339)
Objective C Tutorial #2 in C++ Tutorials (Last Comment: GWatt, Views: 2,337)
Dual Boot Linux on a MacBook in Linux Tutorials (Last Comment: GWatt, Views: 4,284)
Colored output on the console in Linux Tutorials (Last Comment: GWatt, Views: 1,634)
Code Snippets
Submitted: February 8, 2008        Views: 2527
This code finds the area of a triangle given the three sides.
Submitted: September 16, 2008        Views: 1399
Converts a number from any base 2-36 to a number in any other base in the same range.
Submitted: February 13, 2008        Views: 1266
Encrypts or decrypts a text file
Equation Parser in Java by GWatt
Submitted: April 3, 2007        Views: 1408
A class to parse equations in algebraic notation.
Fractals in Java by GWatt
Submitted: December 5, 2007        Views: 886
Draws a Sierpinski Triangle
LOLCODE: Calculator in Other Languages by GWatt
Submitted: January 9, 2008        Views: 675
It's a lolcode calculator. This is not the calculator on the lolcode website.
Submitted: February 1, 2008        Views: 1478
This code reads a directory passed as a string and returns a pointer to a special struct called Directory.
Readline in C by GWatt
Submitted: January 17, 2008        Views: 4228
This code reads in a line of text from a provided file handle and returns a dynamically allocated character pointer
Submitted: April 29, 2007        Views: 1572
Makes a test layout for use with a specific grading program.
Tokenizer in C by GWatt
Submitted: May 31, 2009        Views: 189
This code will split a char* into an array of char*.
Vector in C by GWatt
Submitted: September 22, 2008        Views: 280
This code provides the functionality of a vector in an entirely C setting. I don't know why you would use this as opposed to the vector class in C++, but it was fun to write.