C++中的字符串常量 2007-07-132018-11-21 by Weihua int main(...) { printf("hello world"); printf("hello world"); } 你"猜",在内存中有几个"hello world"字符串? Continue reading “C++中的字符串常量”