Archive for April, 2009



C Array Sorting Download

Tuesday, April 21st, 2009

This package contains a sort header file with four types of sorts: bubble, insertion, quick and selection. The header also uses templates so that you can implement the sor

C++ String Manipulation Download

Thursday, April 16th, 2009

This program accepts a string and outputs it with only the first occurence of each character. So, for example, if you enter the sentence: "the cat was black", the pro

Concatenate two char c arrays Download

Wednesday, April 8th, 2009

This code uses a strcat() clone function, concatenates two char arrays and automatically delimits both strings with a space. If you do not like the strcat() func