Question:

C++. kindly find and debug this program#include<iostream.h>#include<conio.h>void

by  |  earlier

0 LIKES UnLike

kindly find and debug this program#include<iostream.h>#include<conio.h>void main(){char buffer[max];clrscr();ofstream out ("OUTPUT", ios::in|ios::out);if(!out){cerr<<"Open failed\n";exit(1);}cout<<"Enter a line of data:";while(cin.get (buffer, max) == eof()){put<<buffer <<endl;cout<< "Next line: ";}getch();}

 Tags:

   Report
Please Login to view 1 answers to this question

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.