|
|
back to boardplease help.. why I have compilation error?? the only part that I can think of getting compile error is this: int num; int tmp; tmp = (int) sqrt(num); But why?? Re: please help.. why I have compilation error?? Write tmp = (int) sqrt((double)num)(p.s. read FAQ) |
|
|