D
Dmitrii PapaGeorgio
how would i print a number in float value without negative numbers?
thanks for any advice...
thanks for any advice...
Dmitrii PapaGeorgio said:how would i print a number in float value without negative numbers?
thanks for any advice...
i need to "convert" it to a positive number...Mike said:if(!(float_value < 0))
std::cout << float_value << '\n';
-Mike
Dmitrii said:i need to "convert" it to a positive number...
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.