User profile: Scorpic

User info
User name:Scorpic
History
Joined:
Number of posts:74
Latest posts:

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 Arrays
This 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 array
Didn't really test it or anything but a few things that jumped out at me: [code] void removeDuplicat...

Checking Arrays
Did 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 array
Looks like you never gave your [i]find[/i] function a body: [code]int find(const char arr[], int si...