A simple Config system using C++17
A config file can store numbers and strings, it can be used to store mixed vectors of those types separated by space It can be formated as follows :
ThisIsANumber = 42
ThisIsAString = ExampleString
ThisIsMixedData = 42 ExampleString 21 84