It is easy c++ class for making terminal tables.
for make the table use char_table obj_name(high_of_table, length_of_table);
for show the table use obj_name.show_table();
for add the symbol to the table use put_char(symbol, vertical_number_of_the_cell, horisontall_number_of_cell); for get char on the table use get_char(vertical_number_of_the_table, horisontal_number_of_the_cell); this function return length of the table get_length(); and this function return high of the function get_high()
Yes yes yes, you can modificate this code.