Sometimes in C++ I want to use large number like 1000000 and it's confusing. How can I use commas (if that is possible)?
For example I want this to work
int x = 1,000,000;
Sometimes in C++ I want to use large number like 1000000 and it's confusing. How can I use commas (if that is possible)?
For example I want this to work
int x = 1,000,000;