I have to read a text file using ifstream. The file contents are
1
10
Insurgence
1998
7.1
0
I have written following two codes for reading the file
code 1
#include<iostream.h>
#include<fstream.h>
#include<conio.h>
#include<stdio.h>
#include<string.h>
void main()
{...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.