hi there,

yep, you better believe it, there are people out there with questions like this:

I'm trying to print out a function that returns a number of the type double:

cout << d1->getDrainNumber();

now, the problem is that the output is:

3.4556e+006

which is correct, but is there a way to get it like this:

3455600 ?

please help me

thank you