Hey, i was wondering if there was a way to output really large decimals, either to a file or to the output stream? because when i do this:
file << setiosflags(ios::showpoint) << setiosflags(ios::fixed) << setprecision(50);
or do that with cout, the program crashes.