comparing arrays

Joined
Apr 24, 2008
Messages
1
Reaction score
0
Hi I have a question I have one variable char array and one constant char array. I am looking to compare the two arrays to see if they match. this is what I have now.
int g=0;
for(int i=0;i<101;i++)
{
if(board==finalBoard)
g=1;
else
{
g=0;
break;
}
}

any ideas on what I am doing wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,273
Latest member
DamonShoem

Latest Threads

Top