Example of using my source codes


The following is the program that I wrote using the codes that I make available. The code can be compiled directly by including all required files, e.g. "gcc dump.cc message.cc dbf.cc".

FilenameSizeUsingDescription
db_browse.cc ( 3,234 bytes) dbf.cc, html.cc, message.cc Dump a DBF file to an HTML document
db_s_search.cc ( 2,875 bytes) dbf.cc, html.cc, message.cc Search a DBF file to an HTML document
db_update.cc ( 4,855 bytes) dbf.cc, html.cc, message.cc Update a DBF file to an HTML document part 1
db_updated.cc ( 3,039 bytes) dbf.cc, html.cc, message.cc Update a DBF file to an HTML document part 2
dump.cc ( 1,688 bytes) dbf.cc, message.cc Dump a DBF file to a standard output
test_html.cc ( 542 bytes) html.cc Short Example of using "html.cc"

Updated on Friday, 05-Dec-2008 14:46:07 +07
Back to the Homepage of Kittiphan Techakittiroj.