Stenway / RSV-Challenge

RSV = Rows of String Values
https://www.stenway.com
Other
90 stars 15 forks source link

Overhaul of code using modern C++ #16

Open rbledsaw3 opened 8 months ago

rbledsaw3 commented 8 months ago

There are now no warnings, code passes clang-tidy, and increased portability by using filesystem pathing. Also included more output after the append call in the main function to show that append is working.