My question is that
I have a size_t data, but now I want to convert it to double or int.
If I do something like
size_t data = 99999999; in
Static cast:
static_cast(data);