Code:
double var = 4894000000;
cout<<var;
This outputs 4.894e+009 for the value. How can I have it output 4894000000 instead?