Is there a way to write a large number in C++ source code with spaces to make it more readable? – stackoverflow.com 01:52 Posted by Unknown No Comments 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 Unknown
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"
Post a Comment