Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
strcat()最初のオペランドを変更します。したがって、それはできませんconst。しかし、あなたはそれに合格しましたconst char*。
strcat()
const
const char*
strcat()したがって、2つの文字列には使用できませんconst *char。
const *char