I'm printing a variable using cout in Visual C++ 2010 and it shows "1.$". What does it mean?
Google does not allow searches with $
so I couldn't find the meaning.
EDIT:
The code is like this:
double func(...);
std::cout << func(...);
I haven't modified cout's defaults
See Question&Answers more detail:os