Skip to content

yhmtmt/CmdAppBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library probides easy way to bulid command line application. 
Two files are the library.

CmpAppBase.h
CmpAppBase.cpp

You need to include CmdAppBase.h to your program and define a main class inheriting the CmdAppBase. In the constructor of the main class you can define command line arguments easily by using "add_arg" and "add_value" method.

To know the actual usage of the CmdAppBase, please see the SampleApp.cpp

Yohei Matsumoto
Tokyo University of Marine Science and Technology


About

Command application base class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors