C/searching a file through c program
Expert: Zlatko - 4/11/2010
Questioni need a logic for a program which can read file name from user and then search for that file name within c d or e drive.
AnswerOn Windows you need the FindFirstFile and FindNextFile functions. You can see a sample of code here:
http://msdn.microsoft.com/en-us/library/aa365200%28v=VS.85%29.aspx
Try to create your program, and if you need more help, then show me what you've done, and ask more questions.
Kindest regards
Zlatko