comparing files in c sharp
when comparing two files in c sharp, if any same word in two files, then disaply or write that into a file. how is possible?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tanmay SarkarPosted Aug 1, 2010, 1:16 PM
then consider 1 is main & another is sub, select a word from main & check it in your sub totally if found then store it in another place do it until you reach to the last word of your main file.
May it clear the idea, & hope you should implement it.
Thank you!
Please mark it as answer if it help you.