 |
|
|
|
|
|
LINE COMPILED COMPARISON BETWEEN MERGE SORT AND QUICK SORT
Count the total number of line compiled using merge sort and quick sort. |
August 22nd 2010 |
|
1k |
Vowel deleter - method01
It omit/delete vowels in the inputted strings then it displays the remaining letters and counted vowels in the screens... Thanks . |
December 17th 2009 |
|
|
Word Search
This example will search through an edit box and find all the occurances of the entered query word. Good lesson on string manipulation. |
November 23rd 2009 |
|
11k |
Palindrome-metho d
It tells whether inputted strings are palindrome or not and then it displays the reverse words in the screen...Thanks |
September 9th 2009 |
|
|
Amazing C++ String Class
This is a C++ string class i wrote to make using strings in C++ alot easier it is good to learn form and has many functions. I havn't implemented it with friend functions yet but i hope to soon. If ... |
August 27th 2007 |
|
117k |
A 3D clock, OpenGL
This is a simple program to demonstrate OpenGL. It will show the time in 3d, with the gears rotating in real time. The red squares are the currently active numbers. It runs wery well, and please vote. |
March 16th 2006 |
|
108k |
A Beginner's Guide to Recursion
This is a guide for beginners to get them started at using Recursion to solve problems that arise while programming. It contains EXTENSIVE comments and should be very user friendly. Anybody with questions may email me. Vote for me! |
March 16th 2006 |
|
2k |
A C++ implementation of the Levenshtein Distance
The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance". The "Levenshtein distance" was named after the russian scientist "Vladimir Levenshtein", who has discovered it back in 1965. The ... |
March 16th 2006 |
|
19k |
String Replacer
The function "replace_string" included in this program will replace all occurence of a certain string by another one and the function "find_occurence" will count the number of occurence of a string in another string. Unlike most string replacer function,this one ... |
March 15th 2006 |
|
3k |
|
|
|
 |