Hi!
^.^
I am making a program but I can't continue because there's something wrong...

[code=cpp]#include<iostre am>
#include<string >
#include<fstrea m>

using namespace std;

struct record{
int IdentificationN umber;
string Name;
int Quantity;
double Cost;
};

main(){
record TheTool;
fstream...