Pretty print a table in C++

前端 未结 8 1032
眼角桃花
眼角桃花 2020-12-28 09:25

I am looking for a library similar to prettytable but in C++

http://code.google.com/p/prettytable/

I know how to generate one myself using either printf or i

8条回答
  •  时光取名叫无心
    2020-12-28 10:02

    While not exactly what you're looking for, Boost.Spirit contains a library (named Karma) usable to generate this kind of output fairly easily. The docs are here.

提交回复
热议问题