You need to initialize errorSoon , as indicated by the error message, you have only declared it. ... You need to initialize the array so it can ... ... <看更多>
It's anyways bad practice to initialie a char array with a string literal. The author of that comment never really justifies it, and I find the statement ... ... <看更多>