User: taymaxi

  • Public profile

User profile: taymaxi

User info
User name:taymaxi
History
Joined:
Number of posts:6
Latest posts:

Function only returns true, why?!
NEVERMIND. [code]int binarySearch(PhoneEntry &keyP, const vector<PhoneEntry> &entryNames) { int ...

Function only returns true, why?!
Ohhhhh my goodness, I feel stupid. THANK YOU! The search now works to find most searched-for entr...

Function only returns true, why?!
I have a break function at line 10 in the binarySearch function. I declare mid as (low + high)/2 an...

Function only returns true, why?!
I'm trying to perform a binary search on a sorted vector for a homework assignment, but it's not wor...

Error: no operator "==" matches these operands
I don't think so...here's the class declaration for PhoneEntry (if that helps at all) [code]class P...

This user does not accept Private Messages