https://github.com/pdeitel/CPlusPlus20FundamentalsLiveLessons/blob/master/examples/lesson08/fig08_15.cpp crashes on the first GetColumn call because the included version of rapidcsv is missing a fix for removing quotes.
At the time of this writing the version documented in the included header is 7.00:
https://github.com/pdeitel/CPlusPlus20FundamentalsLiveLessons/blob/master/examples/libraries/rapidcsv/src/rapidcsv.h
The latest version at the time of this writing works and is 8.90:
https://github.com/d99kris/rapidcsv/blob/master/src/rapidcsv.h
The quote removal fix was included in an issue commented on by Paul, so there should be some familiarity with the issue:
d99kris/rapidcsv#48
Please consider updating the version of rapidcsv in this repo.
https://github.com/pdeitel/CPlusPlus20FundamentalsLiveLessons/blob/master/examples/lesson08/fig08_15.cpp crashes on the first GetColumn call because the included version of rapidcsv is missing a fix for removing quotes.
At the time of this writing the version documented in the included header is 7.00:
https://github.com/pdeitel/CPlusPlus20FundamentalsLiveLessons/blob/master/examples/libraries/rapidcsv/src/rapidcsv.h
The latest version at the time of this writing works and is 8.90:
https://github.com/d99kris/rapidcsv/blob/master/src/rapidcsv.h
The quote removal fix was included in an issue commented on by Paul, so there should be some familiarity with the issue:
d99kris/rapidcsv#48
Please consider updating the version of rapidcsv in this repo.