T
TheShadow1
How do i go from a file containing data, like ...
MJ914
Porsche
914-6
Irish_Green
2
2700
30000
40000
TO
struct car
{
char rego[6];
char make[15];
char model[10];
char colour[15];
int cap[4];
int doors[1];
int costp[6];
int sellp[6];
};
MJ914
Porsche
914-6
Irish_Green
2
2700
30000
40000
TO
struct car
{
char rego[6];
char make[15];
char model[10];
char colour[15];
int cap[4];
int doors[1];
int costp[6];
int sellp[6];
};