MiP*_*MiP 10 c++ string gcc compilation visual-c++
我有很多大于65535字节的字符串文字.我不允许将这些字符串保存为单独的文件,我如何解决字符串限制?
MSVC:2048
GCC:无限制(最多100,000个字符),但在510个字符后发出警告:
Run Code Online (Sandbox Code Playgroud)String literal of length 100000 exceeds maximum length 509 that C90 compilers are required to support