Computer Science Canada search engine |
Author: | Michael [ Mon Dec 11, 2006 2:06 pm ] |
Post subject: | search engine |
how do i make something similar to a search engine in turing? for example.. there are a bunch of engineering terms like floppy drive, motherboard and etc. i want to input thw word "motherboard" and it would take me to the motherboard definition.. but it has to be a search engine type so if i enter "mother" it should still display the motherboard definition or all other relavent words how do i do it? |
Author: | Ultrahex [ Mon Dec 11, 2006 4:13 pm ] |
Post subject: | |
string manipulation through either an array or file read in, its really your choice though. |
Author: | Clayton [ Mon Dec 11, 2006 4:20 pm ] |
Post subject: | |
look up the index() function |