January 02, 2012

[C++ source] List files and directories under Windows

This is my first C++ CLI application which asks users to enter a path. If the path is valid, it list all files and transverses through directories while doing so. Tested on WinXP with MSVC++ 2010.

No comments:

Post a Comment