Hey, I'm new and am using Visual C++ 2005 Express Edition.
How do I increase the size of the console screen, I just need to make it wider for my program.
Yes, I have searched, but all the methods I have found require to me use
#include <windows.h>
I get an error every time I use this
"fatal error C1083: Cannot open include file: 'windows.h': No such file or directory"
Is there any other way to make it wider?
I'm need to do this because the information I am displaying out to the console is too big and goes it the next line, it would be a lot better if it console could be wider.
Thanks.