C/C++开发问题


在没有文件的情况下编译 C++ 代码
Compiling C++-code without a file(在没有文件的情况下编译 C++ 代码)...
2023-10-17 C/C++开发问题
3

是否允许 C++ 编译器发出不同的机器代码来编译相同的程序?
Is a C++ compiler allowed to emit different machine code compiling the same program?(是否允许 C++ 编译器发出不同的机器代码来编译相同的程序?)...
2023-10-17 C/C++开发问题
2

获取模板化函数的地址是否应该触发其编译?
Should Taking the Address of a Templatized Function Trigger its Compilation?(获取模板化函数的地址是否应该触发其编译?)...
2023-10-17 C/C++开发问题
2

如何在 Visual Studio IDE (2008) 中打开多 CPU/核心 C++ 编译?
How do I turn on multi-CPU/Core C++ compiles in the Visual Studio IDE (2008)?(如何在 Visual Studio IDE (2008) 中打开多 CPU/核心 C++ 编译?)...
2023-10-17 C/C++开发问题
1

如何在 -std=c++11 -Weverything -Werror 中使用 clang++
How to use clang++ with -std=c++11 -Weverything -Werror(如何在 -std=c++11 -Weverything -Werror 中使用 clang++)...
2023-10-17 C/C++开发问题
16

是否有理由不使用链接时优化 (LTO)?
Is there a reason why not to use link-time optimization (LTO)?(是否有理由不使用链接时优化 (LTO)?)...
2023-10-17 C/C++开发问题
2

macOS High Sierra 10.13 上损坏的 c++ std 库
Broken c++ std libraries on macOS High Sierra 10.13(macOS High Sierra 10.13 上损坏的 c++ std 库)...
2023-10-17 C/C++开发问题
0

我可以在 C 程序中使用在 C++ 中创建的共享库吗?
Can I use shared library created in C++ in a C program?(我可以在 C 程序中使用在 C++ 中创建的共享库吗?)...
2023-10-17 C/C++开发问题
5

C++程序的编译阶段有哪些?
What are the stages of compilation of a C++ program?(C++程序的编译阶段有哪些?)...
2023-10-17 C/C++开发问题
3

如何覆盖 Visual Studio 2017 社区的编译命令
How to override compile command of Visual Studio 2017 Community(如何覆盖 Visual Studio 2017 社区的编译命令)...
2023-10-17 C/C++开发问题
13

为什么带有 const 参数的函数声明允许调用带有非常量参数的函数?
Why does a function declaration with a const argument allow calling of a function with a non-const argument?(为什么带有 const 参数的函数声明允许调用带有非常量参数的函数?)...
2023-10-17 C/C++开发问题
2

省略参数名称,C++ vs C
parameter name omitted, C++ vs C(省略参数名称,C++ vs C)...
2023-10-17 C/C++开发问题
1