P
Piotrek
<<If this message is duplicated, please ignore the previous one, I had
some connection problems>>
Hi,
Could you please tell me how to check width and height of Windows
console program (cmd.exe)in MS Visual C++ 2005 Express Edition?
The goal is something like "more" command. So I print n lines of a file,
where n is number of rows, program waits for a key and prints further
part of that file, etc.
I've found description of "gettextinfo" function [void
gettextinfo(struct text_info *Info); ] in "conio.h". But this is Borland
implementation. I think there's no such function in MS C++.
What's more I want it to be a clean C program, without C++ objects.
Thank you!
some connection problems>>
Hi,
Could you please tell me how to check width and height of Windows
console program (cmd.exe)in MS Visual C++ 2005 Express Edition?
The goal is something like "more" command. So I print n lines of a file,
where n is number of rows, program waits for a key and prints further
part of that file, etc.
I've found description of "gettextinfo" function [void
gettextinfo(struct text_info *Info); ] in "conio.h". But this is Borland
implementation. I think there's no such function in MS C++.
What's more I want it to be a clean C program, without C++ objects.
Thank you!