How can I delete a folder with all it\'s files/subdirectories (recursive deletion) in C++?
Standard C++ provides no means of doing this - you will have to use operating system specific code or a cross-platform library such as Boost.