CppConsoleTable icon indicating copy to clipboard operation
CppConsoleTable copied to clipboard

C++ Console Table: make text table in console easy and set up as you need

Results 13 CppConsoleTable issues
Sort by recently updated
recently updated
newest added

Problem: Table rows are shifted when working with Cyrillic alphabet What's to be changes in hpp file? ![image](https://github.com/DenisSamilton/CppConsoleTable/assets/103045959/a696a993-1b92-42b6-8266-c6b1696c78e1)

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...

question

The example from README prints this: ``` $ ./a.out �����������������������������������������������ͻ � Some String � false � � � �����������������������������������������������͹ � � � � true � �����������������������������������������������͹ � � 10 �...

windows.h confilcts

documentation

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

enhancement

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...

enhancement