Skip to content

General C++ library for creating programs/applications. Base contains classes and objects for argument parsing, program output, etc.

Notifications You must be signed in to change notification settings

Noah-Everett/Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base

Base is a general library that contains classes and scripts to make creating programs easier and better.

Contents

src/                 # contains all source code (hpp and cpp files)
    CmdLnArgParser/      # class for command line argument/option parsing
    Messenger/           # class for program messaging 
    OS/                  # OS related functions
    Rational/            # class for non-floating point real numbers
setup_base.sh        # setup Base to be used by other programs
make_main.sh         # script to generate a main.cpp file preconfigured to use Base

About

General C++ library for creating programs/applications. Base contains classes and objects for argument parsing, program output, etc.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published