Friday, 27 April 2012
Program Of Set Fill Manipulator In C++
#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
cout.fill('_');
cout.width(6);
cout<<204<<endl;
cout.width(5);
cout<<34;
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment