最好谢谢林大大,辛苦了,我想知道除了c在c++里字符串字面量是什么形态
谢谢大佬
2020-03-26 20:48
2020-03-26 21:08
程序代码:#include <bits/c++config.h> #include <bits/stringfwd.h> #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h #include <bits/allocator.h> #include <bits/cpp_type_traits.h> #include <bits/localefwd.h> // For operators >>, <<, and getline. #include <bits/ostream_insert.h> #include <bits/stl_iterator_base_types.h> #include <bits/stl_iterator_base_funcs.h> #include <bits/stl_iterator.h> #include <bits/stl_function.h> // For less #include <ext/numeric_traits.h> #include <bits/stl_algobase.h> #include <bits/range_access.h> #include <bits/basic_string.h> #include <bits/basic_string.tcc>

2020-03-26 21:12

2020-03-26 21:18
2020-03-26 22:01
char* foo()
{
return "123";
}
2020-03-26 22:33
2020-03-26 23:15
2020-03-26 23:25
2020-03-26 23:31