C/C++开发问题


C++循环包含
C++ circular include(C++循环包含)...
2023-10-18 C/C++开发问题
1

如何调用指向成员函数的指针?
How do I call a pointer-to-member-function?(如何调用指向成员函数的指针?)...
2023-10-18 C/C++开发问题
1

具有命名空间的编译器的有趣行为
Interesting behavior of compiler with namespaces(具有命名空间的编译器的有趣行为)...
2023-10-18 C/C++开发问题
2

错误:尽管包含头文件,但尚未声明类,并且代码在其他地方编译得很好
error: Class has not been declared despite header inclusion, and the code compiling fine elsewhere(错误:尽管包含头文件,但尚未声明类,并且代码在其他地方编译得很好)...
2023-10-18 C/C++开发问题
28

cc1plus:错误:无法识别的命令行选项“-std=c++11"用 g++
cc1plus: error: unrecognized command line option quot;-std=c++11quot; with g++(cc1plus:错误:无法识别的命令行选项“-std=c++11用 g++)...
2023-10-18 C/C++开发问题
9

error::make_unique 不是‘std’的成员
error::make_unique is not a member of ‘std’(error::make_unique 不是‘std’的成员)...
2023-10-18 C/C++开发问题
1

为什么语句不能出现在命名空间范围内?
Why statements cannot appear at namespace scope?(为什么语句不能出现在命名空间范围内?)...
2023-10-18 C/C++开发问题
0

如果函数在类范围内声明,则 constexpr 不起作用
constexpr not working if the function is declared inside class scope(如果函数在类范围内声明,则 constexpr 不起作用)...
2023-10-18 C/C++开发问题
31

C++ 中的额外限定错误
extra qualification error in C++(C++ 中的额外限定错误)...
2023-10-18 C/C++开发问题
8

为什么不能“transform(s.begin(),s.end(),s.begin(),tolower)"?能
Why can#39;t quot;transform(s.begin(),s.end(),s.begin(),tolower)quot; be complied successfully?(为什么不能“transform(s.begin(),s.end(),s.begin(),tolower)?能顺利遵守吗?)...
2023-10-18 C/C++开发问题
1

C++ 复制一个流对象
C++ copy a stream object(C++ 复制一个流对象)...
2023-10-18 C/C++开发问题
1

函数调用时未找到标识符错误
Identifier not found error on function call(函数调用时未找到标识符错误)...
2023-10-18 C/C++开发问题
3