Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View scottfurry's full-sized avatar

Scott Furry scottfurry

View GitHub Profile
@scottfurry
scottfurry / diff_boost_std_mains.patch
Last active May 8, 2019 01:49
C++ programs showing boost::filesystem usage contrasted with std::filesystem. Output of each program included to highlight differences/similarities.
$ diff main_boostfs.cpp main_stdfs.cpp
2c2
< File: main_boostfs.cpp
---
> File: main_stdfs.cpp
5,6c5,6
< Purpose: Program to demonstrate aspects of boost::filesystem
< NOTE: Contrast behaviour differences with output of main_stdfs.cpp
---
> Purpose: Program to demonstrate aspects of std::filesystem