0

CLIsystem 0.3.1 Beta

A library to help you with your development Many programs for the console needs command-like interaction with the user. CLIsystem is a small, easy-to-use library specially designed to process the user’s input. This includes parameter separation, conversion and hashing. Finally an object is sent to the programmer. · Gets user input (via std::cin) · Separates the input in parameters, operators and values · Calculates a hash value of every parameter · Saves all data to an object which can be interpreted by the programmer easily What’s New in This Release: · Bugfix: grParam::ichOrigValuePos was uninitalized if no value was given -> crash on access

Leave a Reply