Is there a way to write a large number in C++ source code with spaces to make it more readable? – stackoverflow.com

Imagine I have the code: vector<int> temp = vector<int>(1 000 000 000); The above will not compile as the compiler will complain about the spaces. Is it possible to indicate to C++ to ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Is there a way to write a large number in C++ source code with spaces to make it more readable? – stackoverflow.com"