23
34
45
i m reading it and adding but its not happening
these are my codes
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
int sum=0;
ifstream in("outfile.txt" );
if(!in) {
cout << "Cannot open input file.\n";
return 1;
}
if (in)
{
for(int i = 0; i < 2 ; i++)
sum = sum + ch;
cout << sum << " \n";
in.close();
return 0;
}}
This post has been edited by no2pencil: 04 December 2012 - 07:15 AM
Reason for edit:: Added Code Tags

New Topic/Question
Reply



MultiQuote




|