Using boost::filesystem

Examples of using boost::filesystem for various things as and when I encounter them… Many have been lifted from the StackOverflow site. For reasons of brevity and clarity I generally avoid extraneous code such as exception handling etc in these examples and just focus on the techniques themselves. Shortcuts to examples covered in this boost file …

Continue reading ‘Using boost::filesystem’ »