Archive for May, 2009



C Array Fun

Friday, May 8th, 2009

Array Fun allows you to do the following operations on an array: Read file; print array; print stats (average, range, mode, median); add to the file (multiple nums); delete from file (one num); sorting (bubble sort / replacement sort / insertion sort / quick sort); find a number using binary search.

Sort C Array Using Recursion

Friday, May 8th, 2009

This code sorts an array using recursion.

String C Array Length

Friday, May 8th, 2009

This pretty simple, where message and message2 are in the main function you can enter a c string and the function StringLength will tell you how many characters are in the string.

Recording using C pointers

Friday, May 8th, 2009

Records a number using a pointer.

C++ Pointer Example

Friday, May 8th, 2009

This code shows how to use pointers in a c simple example that adds people to the text file , deletes them or retrieves them.

Master C String Download

Friday, May 1st, 2009

Master String is a collection of functions, and classes that will aid you in very explicit string manipulation.