![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#11 |
|
Programming Guru
![]() Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,254
Rep Power: 5
![]() |
If you want help on an error message, it's a good idea to give us the same information your compiler gave you (eg the text of the error message, the line number it highlightd as a problem).
In this case, the problem is when you're calling divisor_count. divisors = divisor_count(int x); |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finding Random Min and Max | imagikricei | C++ | 18 | Jun 12th, 2006 1:29 PM |
| Sum of Divisors | titaniumdecoy | Software Design and Algorithms | 20 | May 14th, 2006 4:24 PM |