C/C++开发问题


如何将 LPCWSTR 转换为 const char *?
How do you convert LPCWSTR to const char *?(如何将 LPCWSTR 转换为 const char *?)...
2023-12-03 C/C++开发问题
14

使用/clr 时出现 LNK2022 错误
LNK2022 Error When Using /clr(使用/clr 时出现 LNK2022 错误)...
2023-12-03 C/C++开发问题
4

如何在类声明之外声明模板函数
How do I declare template function outside the class declaration(如何在类声明之外声明模板函数)...
2023-12-03 C/C++开发问题
19

如何在 Visual Studio 2008 C++ 中捕获被零除错误?
How to catch divide-by-zero error in Visual Studio 2008 C++?(如何在 Visual Studio 2008 C++ 中捕获被零除错误?)...
2023-12-03 C/C++开发问题
8

C++:如何在编译时加密字符串?
C++: How to encrypt strings at compile time?(C++:如何在编译时加密字符串?)...
2023-12-03 C/C++开发问题
10

使用 VC++ 2008 编译引用 STLport-5.1.4 的应用程序时出现 LNK2001 错误
LNK2001 error when compiling apps referencing STLport-5.1.4 with VC++ 2008(使用 VC++ 2008 编译引用 STLport-5.1.4 的应用程序时出现 LNK2001 错误)...
2023-12-03 C/C++开发问题
2

错误 C1047:使用比其他对象更旧的编译器创建的对象文件
Error C1047: Object file created with an older compiler than other objects(错误 C1047:使用比其他对象更旧的编译器创建的对象文件)...
2023-12-03 C/C++开发问题
77

在不使用 CMake 的情况下将 ITK(Insight Toolkit)链接到 C++ VS2008 解决方案?
Llinking ITK (Insight Toolkit) to C++ VS2008 solution without using CMake?(在不使用 CMake 的情况下将 ITK(Insight Toolkit)链接到 C++ VS2008 解决方案?)...
2023-12-03 C/C++开发问题
4

如何选择应用程序应链接到的 VC 2008 DLL 版本?
How to select the version of the VC 2008 DLLs the application should be linked to?(如何选择应用程序应链接到的 VC 2008 DLL 版本?)...
2023-12-03 C/C++开发问题
4

C++ 析构函数的奇怪行为
Weird behaviour of C++ destructors(C++ 析构函数的奇怪行为)...
2023-12-03 C/C++开发问题
8

在 Visual Studio 中链接发布中的库和调试中的 .exe 崩溃
Linking against library in release and .exe in debug crashes in Visual studio(在 Visual Studio 中链接发布中的库和调试中的 .exe 崩溃)...
2023-12-03 C/C++开发问题
2

是否有 (Linux) g++ 等效于 Visual Studio 中使用的/fp:precise 和/fp:fast
Is there a (Linux) g++ equivalent to the /fp:precise and /fp:fast flags used in Visual Studio?(是否有 (Linux) g++ 等效于 Visual Studio 中使用的/fp:precise 和/fp:fast 标志?)...
2023-12-03 C/C++开发问题
6