User: ifangy

  • Public profile

User profile: ifangy

User info
User name:ifangy
History
Joined:
Number of posts:2
Latest posts:

Binary Search For Private Array of Pointers
[code]void binarysearch(char *name2, int &index) { int low = 0; int high = numberOfNames - 1; whil...

Binary Search For Private Array of Pointers
The binarysearch function does not work, because the datatypes are incompatible. (no conversion from...

This user does not accept Private Messages