表格:适用于现代C ++的表格制作工具

时间:2024-02-20 12:55:15
【文件属性】:

文件名称:表格:适用于现代C ++的表格制作工具

文件大小:2.45MB

文件格式:ZIP

更新时间:2024-02-20 12:55:15

cli library terminal view table

上面图片的来源可以在找到 目录 快速开始 tabulate是仅标头的库。 只需将include/添加到您的include_directories ,就可以了。 在single_include/也可以使用单个头文件版本。 注意制表支持>=C++11 。 但是,本自述文件的其余部分均假定支持C++17 。 创建一个Table对象并调用Table.add_rows将行添加到表中。 # include < tabulate> using namespace tabulate ; int main () { Table universal_constants; universal_constants. add_row ({ " Quantity " , " Value " }); universal_constants. add_row ({ " Characteristic impedance of vacuum " , " 376.730 313 461... Ω " }); universal_constants. add_row ({ " El


【文件预览】:
tabulate-master
----utils()
--------amalgamate()
----LICENSE.termcolor(1KB)
----img()
--------font_styles.png(98KB)
--------summary.png(544KB)
--------universal_constants.png(245KB)
--------mario.png(132KB)
--------unicode.png(192KB)
--------colors.png(112KB)
--------word_wrapping.png(225KB)
--------logo.jpg(40KB)
--------markdown_export.png(221KB)
--------class_diagram.png(153KB)
--------iterators.png(270KB)
--------movies.png(44KB)
--------runic.png(219KB)
----tabulateConfig.cmake.in(154B)
----LICENSE.optional-lite(1KB)
----.clang-format(3KB)
----CMakeLists.txt(3KB)
----CONTRIBUTING.md(314B)
----.travis.yml(1KB)
----LICENSE(1KB)
----clang-format.bash(143B)
----single_include.json(965B)
----tabulate.pri(753B)
----samples()
--------mario.cpp(6KB)
--------universal_constants.cpp(2KB)
--------employees.cpp(1000B)
--------asciidoc_export.cpp(2KB)
--------refresh_table.cpp(2KB)
--------class_diagram.cpp(2KB)
--------font_styles.cpp(1KB)
--------latex_export.cpp(1KB)
--------padding.cpp(902B)
--------markdown_export.cpp(1KB)
--------CMakeLists.txt(2KB)
--------runic.cpp(2KB)
--------word_wrapping.cpp(709B)
--------unicode.cpp(1KB)
--------summary.cpp(8KB)
--------shape.cpp(714B)
--------iterators.cpp(2KB)
--------colors.cpp(2KB)
--------movies.cpp(1KB)
----README.md(26KB)
----LICENSE.variant-lite(1KB)
----single_include()
--------tabulate()
----.gitignore(295B)
----include()
--------tabulate()

网友评论