i got 2 error messages for the code, I tried to figure it out myself searching online but it didn´t help. the message are like this:
error: incompatible integer to pointer conversion passing 'char' to parameter of type 'const char *'; take the address with & [-Werror,-Wint-conversion] strcpy(genHash,crypt( letters[i], "abc"));
the other one is the same message but for passW[0]
. I just want to understand what happen. I would appreciate any help. Also if anyone can recommend a good lecture about char arrays, char arrays using pointers. thanks