prog.cpp: In function 'int main()':
prog.cpp:57: error: invalid operands of types 'int Fuga::*' and 'int Fuga::*' to binary 'operator-'
prog.cpp:64: error: invalid conversion from 'void*' to 'int'
prog.cpp:65: error: invalid conversion from 'void*' to 'char'
prog.cpp:68: error: cannot convert 'int nat::*' to 'int' in initialization
prog.cpp:69: error: cannot convert 'int nat::*' to 'char' in initialization
prog.cpp:72: error: invalid conversion from 'int*' to 'int'
prog.cpp:73: error: invalid conversion from 'int*' to 'char'
prog.cpp:77: error: invalid cast from type 'int nat::*' to type 'int'
prog.cpp:81: error: invalid cast from type 'int nat::*' to type 'int'
prog.cpp:85: error: invalid cast from type 'int nat::*' to type 'void*'
prog.cpp:89: error: invalid cast from type 'int nat::*' to type 'void*'
prog.cpp:92: error: cannot convert 'void*' to 'int nat::*' in initialization
prog.cpp:94: error: cannot convert 'int*' to 'int nat::*' in initialization
prog.cpp:95: error: cannot convert 'int hat::*' to 'int nat::*' in initialization
prog.cpp:97: error: invalid cast from type 'void*' to type 'int nat::*'
prog.cpp:99: error: invalid cast from type 'int*' to type 'int nat::*'
prog.cpp:102: error: invalid cast from type 'void*' to type 'int nat::*'
prog.cpp:104: error: invalid cast from type 'int*' to type 'int nat::*'
prog.cpp:114: error: invalid cast from type 'bool' to type 'int nat::*'
prog.cpp:116: error: cannot convert 'bool' to 'int nat::*' in initialization
prog.cpp:117: error: invalid cast from type 'bool' to type 'int nat::*'
prog.cpp:122: error: cannot convert 'void*' to 'int nat::*' in initialization
prog.cpp:123: error: cannot convert 'int*' to 'int nat::*' in initialization
prog.cpp:126: error: cannot convert 'bool' to 'int nat::*' in initialization
prog.cpp:127: error: invalid cast from type 'bool' to type 'int nat::*'
prog.cpp:128: error: invalid cast from type 'bool' to type 'int nat::*'
prog.cpp:130: error: cast from 'void*' to 'short int' loses precision
prog.cpp:131: error: invalid cast from type 'int nat::*' to type 'short int'
prog.cpp:132: error: cast from 'int*' to 'short int' loses precision
prog.cpp:134: error: cast from 'void*' to 'short int' loses precision
prog.cpp:135: error: invalid cast from type 'int nat::*' to type 'short int'
prog.cpp:136: error: cast from 'int*' to 'short int' loses precision
prog.cpp:138: error: cast from 'void*' to 'char' loses precision
prog.cpp:139: error: invalid cast from type 'int nat::*' to type 'char'
prog.cpp:140: error: cast from 'int*' to 'char' loses precision
prog.cpp:142: error: invalid cast from type 'void*' to type 'double'
prog.cpp:143: error: invalid cast from type 'int nat::*' to type 'double'
prog.cpp:144: error: invalid cast from type 'int*' to type 'double'
prog.cpp:147: error: invalid cast from type 'int nat::*' to type 'long long int'