Hi,
I'd like to know, given a string how do i find it in a set of files.
For example I have to find a string "CServer" in a set of .cpp files.

How do I implement this in my application?

Thanks in advance