in reply to Re: Finding only names in a dir and searching for case issues
in thread Finding only names in a dir and searching for case issues
I am not sure how this helps,for example,lets say there a file name "Data.h" in our list of files,and there is a file "foo.c" which has #include "data.h"(observe the case-sensitivty for letter "d").Now I want to print the file name and the #include line.Can anyone give a sample code or atlease suggest a correct algorithm?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Finding only names in a dir and searching for case issues
by Neighbour (Friar) on Mar 17, 2011 at 08:06 UTC | |
by perl_mystery (Beadle) on Mar 17, 2011 at 08:47 UTC |