CppConsoleTable
CppConsoleTable copied to clipboard
C++ Console Table: make text table in console easy and set up as you need
Problem: Table rows are shifted when working with Cyrillic alphabet What's to be changes in hpp file? 
Hello, i have downloaded you library and trued to use, but it seems does not work, maybe i do something wrong? I used a example given by you but some...
The example from README prints this: ``` $ ./a.out �����������������������������������������������ͻ � Some String � false � � � ����������������������������������������������� � � � � true � ����������������������������������������������� � � 10 �...
Current TableChar preset made only for CP866. New TableChars presets can provide easy using for users with other encoding without creating their own struct with working symbols
Currently youre table can't be saved as modifiable object, so this is not convenient if program should be closed and then opened with previous state. If it is possible, I'm...