I don't know much about what I can play with CMD (And English too). So I would like to ask. Can we use printf to print characters until it covers all CMD in one line? For example. In CMD at one line, I want to print " = " until the end of the line no matter what CMD size.
like this
CMD Screen
========================================================================================
"Other character"
========================================================================================
I try to do this because I need to make a game in CMD with the C language for my homework project. and I want to print it like that because it will be my first screen in the game (Like the logo at the start).
I'm using VS code but my teacher using Dev-C++ and the CMD size is not the same. So, I try to fix it right now.
Thank you for your answer in advance.