short program that will build a stl::list of directory names and all the files they contain. recursively calls itself when a new directory is encountered. This has been compiled with both VC++ 6.0 and Dev-Shed compiles on MS-Windows XP Pro. It will not work on *nix or probably MAC computers.
Illustrates simple use of std::list, std::vector, std::string, std::cin and std::cout. as well as intention of the program using _findfirsti64() and _findnexti64().