trying to typecast into struct but i get the error: expression must have arithmetic type
If I understood correctly you can typecast variables into your defined structs to controll how the data is processed. Why do I get the error then, that I have to use an arithmetic data type for the typecast?