Forum: C Sep 20th, 2006 |
| Replies: 11 Views: 6,741 Could he use something like
static_cast<int>(string[0]) - 48 |
Forum: C Sep 18th, 2006 |
| Replies: 4 Views: 2,054 If you must use a double...for whatever reason...you can use
if (loanYears - static_cast<int>(loanYears) != 0) |
Forum: C Sep 17th, 2006 |
| Replies: 6 Views: 970 You understood that, Salem? |