
-----------------------------------
A.J
Fri Apr 25, 2008 9:02 pm

Stupid procedure problem
-----------------------------------
I don't remember whta's wrong with calling a procedure in itself?

here's the code:

void guess(int lower,int upper)
{
    int guess=(lower+upper)/2;
    char hl;
    cout