Skip to content

The included version of rapidcsv is missing a quote removal fix that leads to a crash in lesson 8 #4

Description

@joerdesousa

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions