printf("-Value %f\n", floatValue) - prints -Value %f as such, instead of the float value in the console.
Solution : Change a project settings
Project -> Properties -> C/C++ Build -> Settings -> Tool Settings Tab -> Librarian ->
Change
print formats to int_FP
No comments:
Post a Comment