Avevo sbagliato a scrivere i prototipi, che beota :adhone:

Grazie, ora c'è solo un errore
(Linea 97) : error C2440: 'initializing' : cannot convert from 'int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
La riga in questione è

int array = new int[DIM];

All'interno della funzione BilanciaAlbero...
Non capisco