logic4fun1
Programmer
All,
What i am trying to accomplish is to search for a particular STRING in a file of 10 million records. I am sure that there is only One Match available in that file and i dont want to read each line and compare with STRSTR.
I am just looking for options to accomplish this without reading each line. And this needs to be done in C.
Thanks in advance.
Logc4Fun
What i am trying to accomplish is to search for a particular STRING in a file of 10 million records. I am sure that there is only One Match available in that file and i dont want to read each line and compare with STRSTR.
I am just looking for options to accomplish this without reading each line. And this needs to be done in C.
Thanks in advance.
Logc4Fun