Showing posts with label
Peek Manipulator
.
Show all posts
Showing posts with label
Peek Manipulator
.
Show all posts
Sunday, 15 January 2012
Program Of Peek Manipulator In C++
#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
char ch;
cout<<"press f6 or ^z to .exit=";
while(cin.get(ch))
{
if(ch==cin.peek())
cin.ignore();
cout.put(ch);
getch();
}
}
Older Posts
Home
Subscribe to:
Posts (Atom)