Algoriths  
binary.c binary search that returns a negative one if the number is not found This code does a bubble sort and then preforms the binary search
   
Sorting  
Bubblesort.c Shows a small, simple program that uses the famous bubble sort algorithm for sorting an array of numbers.
   
Encryption  
CryptCode.c A program demonstrating encryption.
 Encrypt.zip A program demonstrating simple encryption.
Linked Lists  
Dlist2.c Implementation of a doubly-linked list.
Files i/O  

Address Book Using Classes

This is an address book program that stores name, address, phone, and email.
 
  String Manipulation  
Simple Strings in C How strings are manipulated in C
   
Other Useful Programs  
rand.c simple example of setting random number seeds with time
swap.c Program to exchange values
arg.c Program to read command line input and open files specified
fact.c Calculating factorial

These pages are maintained by Mark Riddley - mark_riddley@yahoo.co.uk . Please mail if you have any comments, suggestions, queries, etc.

Counter