Skip to content

george-brony/cpp-terminal-char-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c++-terminal-char-table-

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages