C++ console program read and print text with selectable font and style
I’m going to write a C++ console program that can read my input text and print it with selectable font and style (such as loop rolling and one-by-one print). How can I do that? Thanks for your guys help.