+ 2
Styles c++
How to change styles with c++? example: make letters bigger or bold
1 Answer
0
You can't make bigger letters, but you can change the text to another color using system("COLOR name of color ex: A6 or D3")
How to change styles with c++? example: make letters bigger or bold