properties
Show how to use properties from https://github.com/gammasoft71/properties
Language
C++
Compiler
gcc 13.2.0
Options
Warnings
Don't Use Boost
C++14
no pedantic
properties
Show how to use properties from https://github.com/gammasoft71/properties
$ g++ prog.cc -Wall -Wextra -std=c++14
Simple Properties
person details - [name = N/A, age = 0]
person details - [name = Joe, age = 99]
person details - [name = Joe, age = 100]
Exit Code:
0