If you get compilation errors like these:
error: cast from ‘something*’ to ‘int’ loses precision
change the (int) cast to a (long) cast in the corresponding line.
If you get compilation errors like these:
error: cast from ‘something*’ to ‘int’ loses precision
change the (int) cast to a (long) cast in the corresponding line.
by
Tags: