cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to Display C++ output as Page wise
How to Display C++ output as Page wise
Jan 18, 2011 at 12:14pm UTC
qurilly007
(4)
Hi Expertz;
I am displaying a line by n number of times using loop.
So if the number of lines exceeds the size of the screen then How can i make it display page wise.
Help plzz.
Jan 18, 2011 at 12:20pm UTC
cran
(218)
depends on how you are outputting... are you doing something like:
std::cout << n << std::endl;
you could just replace
std::endl
with a space " "... are you trying to format also?
Topic archived. No new replies allowed.