What's Here?
- Members: 306,867
- Replies: 841,343
- Topics: 140,573
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,695
- Members: 105
- Guests: 1,590
|
'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: 10,984)
in (Last Comment: , Views: 5,339)
in (Last Comment: , Views: 2,337)
in (Last Comment: , Views: 4,284)
in (Last Comment: , 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
|
|
|
 |
|
|
Submitted: April 3, 2007
Views: 1408
A class to parse equations in algebraic notation.
|
|
|
 |
|
|
Submitted: December 5, 2007
Views: 886
Draws a Sierpinski Triangle
|
|
|
 |
|
|
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.
|
|
|
 |
|
|
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.
|
|
|
 |
|
|
Submitted: May 31, 2009
Views: 189
This code will split a char* into an array of char*.
|
|
|
 |
|
|
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.
|
|
|
| |