在我的应用程序中,我想添加大量 const 字符串,例如要从代码安装的存储过程和函数。
这是不好的做法还是性能问题?
编辑
我的问题很清楚
const TCHAR* str = _T("SO SO LONG STRING .......................");//this string may exceeds 20,000 leter also I'll have many variables like this one containing big and huge strings
问题是“这有什么问题吗??应用程序大小会增加,它的加载时间等等”清楚吗????