Small library for generating HTML files in C++ -
is there library allow easier generation of simple website using c++ code. 'website' compiled chm file (which final goal here). ideally, allow generation of pages , allow links generated between pages easily. can hand, going tedious , error prone.
i know bigger libraries such wt, more interested in smaller ones little or no dependencies , need installation.
you can try ctpp template engine. written in c++ small , quite fast.
do need project written in c++? because if need prepare documentation in chm go sphinx. sphinx set of tools written in python generate manuals in few formats (chm, html, latex, pdf) text files (formated using restructuredtext markup language). text files created hand or using application , combined 1 manual using sphinx. in work right using solution write documentation, because easy maintain text files (merging, tracking changes etc.) example html or doc. sphinx used generate python language documentation (chm), capable handle large project.
Comments
Post a Comment