f1nal3 / Juniorgram

A C++ messenger for learning purposes in EPAM Brest C++ R&D Lab
14 stars 1 forks source link

Improving ArgParser #650

Closed memorisecodead closed 1 year ago

memorisecodead commented 1 year ago

At the moment,

our implementation of the argparser is not exactly intuitive and has a number of problems of its own: data type overflow when parsing data types larger than the type of the argument, as well as not working error handling on overflow.

example of current realization with type overflow: image

What needs to be done?

Solve the overflow problem, as well as improve intuitiveness when working with the argsparser.