So, I\'m working on a C++ project. I have a var of long double type and assigned it a value like \"1.02\"
Then, I try to use cout to print it and the result is: -0>
I just figured out the problem.. It was the include of cstdlib instead of iostream.