Code:
std::cout << std::fixed << mynumber;
Also, do not put
using namespace std in the global namespace. Seriously, wtf.
[27] Coding standards *Updated!*, C++ FAQ
Edit: The MPGH link redirector encodes the URL and removes the anchor from the URL. Just change the '%20' to '+' and add the anchor "#faq-27.5" to the end of the URL.