Quick Simple Parser (scanf)
I tend to fall back on scanf when I have to parse simple text files. - Simple string parsing with C++
see also:
- Parsing Command Line Arguments in C++?
- toml++ - TOML (.ini) config parser and serializer for c++
- json.hpp - Json for modern c++ - single-header
- mini-yaml - Single header YAML 1.0 C++11 serializer/deserializer.
Written on December 18, 2022, Last update on June 23, 2024
c++
config
parser
single-header
json
toml