Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

iomanip

Status
Not open for further replies.

Beave

Programmer
Mar 21, 2003
2
US
I want to take a very large array using apvector and be able to print the array on two seperate pages. I talked to my teacher and he said that using iomanip would problably help me to acheive this otherwise he is no help. I was wondering if there could be an option where I could prompt the user to continue to the next page.
Thanks
 
Do you mean print first page, wait for input (like enter), and then print the next? If so, you could use system("PAUSE"), but that's not in iomanip. I guess what your teacher is thinking of is setw()?
 
The array is built in. I want the user to select a menu choice. After the menu choice is selected the section will come up and the array will be outputted. The problem is the array is too large and I would like it to continue it on another page. Ill ask the user would you like to see the rest of the array. Then when they answer yes the other half on another page will print out. Is this possible to accomplish?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top