strcat expects two strings, and you're providing a string and an int, hence the error.
As Dave said, you should specify what you're trying to do and I'd suggest a quick search on google or in this forum about that before asking: you will find a lot of answers and you will feel better.
Cheers,
Dian