How to add scroll bar to console using system function?
I'm using system("MODE 100,50"); to set customize console window size.
What can be simplier?
COORD newSize = {100,9999};
SetConsoleScreenBufferSize(GetStdHandle(STD_OUTPUT_HANDLE), newSize);
newSize must be larger than your current visible window area
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With