Why isn\'t 0f treated as a floating point literal in C++?
0f
#include using namespace std; int main(){ cout << 0f <&l
Because you need 0.0f.
0.0f