5 Work\C++\Test\struct1.cpp ' string' is used as a type, but is not defined as a type.
Work/C++/Test/struct1.cpp Work\C++\Test\C In function `int main()':
11 Work\C++\Test\struct1.cpp ` Prudukt' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears
11 Work\C++\Test\struct1.cpp syntax error before `;' token
13 Work\C++\Test\struct1.cpp ` jag' undeclared (first use this function)
Jag kan inte C++ alls, men det du försöker göra är att tilldela ett strängvärde (string) till en struct, vilken inte finns, därav felmeddelandet "string is used as a type, but is definied as a type".
Således, felstavning på Prudukt som tronez säger. :e