Ryan J
2007-12-18 16:15:15 UTC
#include
#include
#include
char coo1[256];
char coo2[256];
int main () {
cin >> coo1
cin >> coo2
if (coo1 == coo2){
cout << "Cool it worked" << endl;
}
}
of course i simplified my actual code, but i can't seem to get it to compare 2 char's is there some way to do it?