
-----------------------------------
Michael
Mon Dec 11, 2006 2:06 pm

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?

-----------------------------------
Ultrahex
Mon Dec 11, 2006 4:13 pm


-----------------------------------
string manipulation through either an array or file read in,
its really your choice though.

-----------------------------------
Clayton
Mon Dec 11, 2006 4:20 pm


-----------------------------------
look up the index() function
