Gast
#2215394
Hallo, habe folgendes Problem: Ich mache folgendes: int x; int *px; px = &x; UNd bekommen folgende Errors und Warnings: warning: data definition has no type or storage class warning: type defaults to 'int' in declaration of 'y' error: conflicting types for 'px' note: previous declaration of 'px' was here warning: initialization makes integer from pointer without a cast Sollte doch eigentlich funktionieren oder? Danke schon mal