Assistance needed, any help is greatly appreciated.Here is something to get you started, I took out the errors and fixed the reverse string function, a...
Checking ArraysThis works for me, I just copied your code and made a few tweaks in Check_board and in the do while ...
Removing duplicate elements in arrayDidn't really test it or anything but a few things that jumped out at me: [code] void removeDuplicat...
Checking ArraysDid you remember to fix the problem on line 30 as well? I thought you wanted to end the game once th...
Removing duplicate elements in arrayLooks like you never gave your [i]find[/i] function a body: [code]int find(const char arr[], int si...