Hello, I'm having trouble trying to print "big" integers in c ++.
To be more specific using visual studio 2017
int main() {
_setmode(_fileno(stdout), _O_U16TEXT);
long rr = 6448915477954560;
wprintf(L"%ld\n", rr);
}
Problem: The value shown on the console differs from the one you typed, printing: 608174080