Hello,
I'm currently doing some simple command line programming, and have a starting point here. What I would like is to have the bottom scrolly 80 characters wide without the console forcing a line feed. For instance, if I could get something like this:
to fill the console entirely (assuming a console size of 80 columns by 50 rows).Code:for(c=0; c<50; c++) { for(i=0; i<80; i++) { printf("."); } }
I've looked on MSDN and the information isn't very clear (although, as always, it reads okay).
Ta folks,
S.



1Likes
LinkBack URL
About LinkBacks


