#include #include using namespace std; //myios_uppercase1.cpp //setw = set field width int main( void ) { int j =10, h=10; int n1 = 1234; cout<<"\n setw(10) showpos ---- "; cout<<"\n n1 showpos " << setw( 10 ) << showpos << n1 ; cout<<"\n internal showpos " << setw( 10 ) << internal << n1 ; // cout<