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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…