How do I do this. I tried whit casting but the whole thing still evaluates to zero.

uint_64 a;
uint_32 b;

int c = a +b;

c will be zero right?

How do I do this?

Regards