, . , , . , - , .
, static . , .c .cpp, , .
, a.cpp b.cpp, share.h, a.cpp width 20, b.cpp . . , static size width , , , . , , .
, static . , :
const size width=10;
const size height = 12;
, , extern ( ), .cpp ( extern, ). :
extern size width;
extern size height;
size width = 10;
size height = 12;