C++ STL to generate HTML for vertically alphabetized table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jfwfmt
    New Member
    • Nov 2009
    • 12

    C++ STL to generate HTML for vertically alphabetized table

    presented for editing and comment

    The article is about using STL components in processing data and producing a <table> with the elements sorted vertically. The ideas in the program demonstrating STL use are interesting IMHO and the generation of vertically sorted tables is useful for some applications.

    /s/ Jim WIlliams

    Both files use UNIX line termination

    The article text is in HTML
    The program source is in C++
    Last edited by Niheel; Sep 1 '24, 06:20 PM.
Working...