Formatted html – pretty_html (pt.2)
Once we have built our node tree we need some way to parse it in order to produce a pretty html formatted page. When I was developing this it took way to much thinking time for the number of lines of code, but there are literally 2 functions that we use, and out of them, […]
Formatted html – html_tree (pt.1)
There is a good, if somewhat basic tutorial available at tutorialspoint here: https://www.tutorialspoint.com/cplusplus/cpp_web_programming.htm so if you know nothing of using cgi then this is a good starting point. While cgicc works pretty well, debugging can be a bit of a nightmare unless you format your code to make it readable. Please note: This is reference […]
Recent Comments