Is it possible in c++ to count the number of files with a given extension in a directory?
I\'m writing a program where it would be nice to do something like this (ps
First of all what OS are you writing for?
FindFirstFile
FindNextFile
man
opendir
readdir
readdir_r