How would I code the negative value of an if else function? Would I just have to convert 1 x 10-5 to a decimal value?
if (x > 1 x 10-5)
{
cout << "Value" << endl;
{
else
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 8 of 8
Thread: Simple C++ questionThreaded View
|
Click Here to Expand Forum to Full Width |