Search:

Type: Posts; User: Matticus

Search: Search took 0.02 seconds.

  1. You probably mean to use the equality operator...

    You probably mean to use the equality operator (==) instead of the assignment operator (=).



    cout<<"modecnt = "<<modecnt<<endl;


    Since you didn't provide us with the input you're entering...
  2. This probably isn't immediately related to the...

    This probably isn't immediately related to the problem you're seeing, but look at line 38 really carefully.
Results 1 to 2 of 2