Question: -Using the OO Design Principles, write an HTMLTable class with uses CGI programing -This table class will have methods that allow the user to place
-Using the OO Design Principles, write an HTMLTable class with uses CGI programing
-This table class will have methods that allow the user to place strings in a table (2D array of strings) that is stored in the object and print out the table in HTML format.
-This program can't have any user input, all the table cells are created in main()
-need to have separate header and source files for the htmlTable class
after compiling the .cpp file to .cgi, the page should look like:
if enter "row" in the first column and "address" in the second, after clicking submit, it should show:
Submit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
