The running console application should be like this:
Input word/s:
Search for:
The are __ (what you've have typed from the 'search for' part)'s found.
It's like a Ctrl +f function.
When the user type a word and he/she is ask to search for any word, the new line would tell how many from what he/she have type are found when try to search for them.
Any string manipulation should I use or suggestions?
Thanks.
What C# codes for string manipulation should I use for this?
You should use "regular expressions" for programmatic searching... in any language, C#, C++, Visual Basic, Java... they all have it.
It will take a while to capture the concepts, but with a bit of effort you will suddenly have an epiphany (of sorts) and you'll want to use it for everything. I do...
Reply:Computer Tutorials, Interview Question And Answer
http://freshbloger.com/
Reply:I concur with Sam's answer, have a look at the following...
http://msdn2.microsoft.com/en-us/library...
http://msdn2.microsoft.com/en-us/library...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment