I have two questions:
Firstly, is it possible to replace a string in a file?
Secondly, (and linked to the first question), is it possible to manipulate some sort of cursor, in order to find this string within the file? I currently have the words in the file held in an array of pointers...
I have two questions:
Firstly, is it possible to replace a string in a file.
Secondly, (and linked to the first question), is it possible to manipulate some sort of cursor, in order to find this string within the file. I currently have the words in the file held in an array of pointers...
I'm trying to do a search for a word in a word list.
The word list looks like:
a
an
any
bag
cat
dog
etc.
I would like to do a binary search for the word. I have the word list in an array of pointers. Any idea how to go about this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.