############################################################################### # File: README # Author: Alex Brandt # Date: 03/21/07 ############################################################################### *********** * INSTALL * *********** This program was created using Gentoo Linux with a 2.6.19 gentoo sources kernel revision 5 on an X86_64 architecture. The compiler used for building and testing is gcc version 4.1.1 release 3 in the portage tree provided by Gentoo (www.gentoo.org). To build this program, simply type 'make' which creates the default executable, prog1. *********************** * Program Description * *********************** This program utilizes the following: 1) **************************** * Program Input and Output * **************************** Input :: File is passed via the commandline. Ouput :: Program doesn't output anything. The best use of this program is to use the bash utility time. Example: time ./search ****************** * Program Design * ****************** The following class declarations are utilized: The following function declarations are utilized: int main(); --------------------------------- Glossary of Variables: This is the driving function of the program, and calls the following functions: ************** * File Index * ************** File Functions/Purpose Description ---- ----------------- ----------- main.cpp main The main function. Makefile compile & link Produces the executable: prog1 README this file ******************* * Program Testing * ******************* ************** * Known Bugs * ************** No known bugs are in this program. If bugs are found please email Alex Brandt with a bugreport.