User profile: greenfox

User info
User name:greenfox
Old user name:JRHolmes
History
Joined:
Number of posts:31
Latest posts:

Help with some if statements
OK let me know if this works... [code] #include <iostream> #include <cmath> using namespace std; i...

Help with some if statements
At the top hit Build->Rebuild Solution

Help with some if statements
Hello, I have tested out your program with those values [quote].001 and .002[/quote] and the console...

Adding a string to an array's index
To place a "*" at nth index you use the assignment operator: [code]a[n] = "*"[/code]. What you have ...

Help with some if statements
The if statement [code]if (abs(val1 - val2) < 1.0 / 100.0)[/code] does work. Are you sure you're pro...