bprinter
bprinter copied to clipboard
Pretty printer for command line programs
/tmp/ccuGj3Z9.o: In function `main': kw.cpp:(.text+0x5d): undefined reference to `bprinter::TablePrinter::TablePrinter(std::ostream*, std::__cxx11::basic_string const&)' kw.cpp:(.text+0xc2): undefined reference to `bprinter::TablePrinter::AddColumn(std::__cxx11::basic_string const&, int)' kw.cpp:(.text+0x127): undefined reference to `bprinter::TablePrinter::AddColumn(std::__cxx11::basic_string const&, int)' kw.cpp:(.text+0x18c): undefined reference to `bprinter::TablePrinter::AddColumn(std::__cxx11::basic_string...
This is a great library, thank you. I am having a problem where the rows do not add up to the column header. Here is my code: ``` #include #include...
Hi Can you add functionality to remove entries from the table during runtime? This would make it easier to use it event-based aka adding new entries when data arrives end...