I'd say your real problem is you don't know a lot of what you are actually trying to do. Perhaps you could try to better describe what it is that you would like your program to do.
[To "cast a integer to char" it not the same as to "convert an integer value to its base-10 representation in text".]
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.