Win32 console application (printf, fgets, etc)
opens famous 25×80 “black box”.
I want my application to programmatically set
different width and height, other than 25×80.
Which APIs can I use to resize my console windows ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the record, I achievd what I needed using weird line
So weird, but simple, and it worked.