C Array Sorting Download
Tuesday, April 21st, 2009This 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
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
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
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