In file included from g.cpp:7: gconio.h:245: error: ‘win’ was not declared in this scope gconio.h:245: error: expected ‘,’ or ‘;’ before ‘struct’ gconio.h:246: error: expected unqualified-id before ‘{’ token gconio.h: In function ‘int get_screen_columns()’: gconio.h:264: error: ‘get_win_size’ cannot be used as a function gconio.h: In function ‘int get_screen_rows()’: gconio.h:294: error: ‘get_win_size’ cannot be used as a function gconio.h: In function ‘void gotoxy(int, int)’: gconio.h:346: error: return-statement with a value, in function returning 'void' gconio.h: In function ‘void textcolor(int)’: gconio.h:438: error: return-statement with a value, in function returning 'void' gconio.h: In function ‘void textbackground(int)’: gconio.h:461: error: return-statement with a value, in function returning 'void' make: *** [g.o] Błąd 1 |