I have to write console C++ program which finds specific file under C:.
File name with its extension should be written in standard input, and the program should show its location (first one, I'm not interested in others if there is more than one).
If someone knows the algorithm or some library which I could use, please post the answer here.