Tag Archives: Parser

C++: A Simple Command-Line Parser Add-in for Console-Based Applications


A well-structured non-trivial console-based application uses many options and variables which could be set by user in command-line. A unified way of handling the command-line options is an always-needed sub-task of programming. A good strategy for a programmer is to … Continue reading

Posted in C/C++ | Tagged , , | 2 Comments