I need to print rounded off integers without using exponential denotations/parts. I'm currently using this to print rounded decimal.
std::cout << std::llround(n) << n;
However, it still prints like this for big numbers
1264744611.26474e+08
Suggestions, please? And my question is different from this question as it does not take care of rounding off. On trying fixed with llround, I get numbers trailing with .000000