float data type question...

  • Thread starter Dmitrii PapaGeorgio
  • Start date
D

Dmitrii PapaGeorgio

how would i print a number in float value without negative numbers?
thanks for any advice...
 
M

Mike Wahler

Dmitrii PapaGeorgio said:
how would i print a number in float value without negative numbers?
thanks for any advice...


if(!(float_value < 0))
std::cout << float_value << '\n';

-Mike
 

Ask a Question

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.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,826
Members
47,372
Latest member
LucretiaFo

Latest Threads

Top