腾讯云618特惠专场

文章列表

Registering a CPP dll into COM after installation using Wix Msi installer(使用 Wix Msi 安装程序安装后将 CPP dll 注册到 COM)
C++ DLL Export: Decorated/Mangled names(C++ DLL 导出:修饰/损坏的名称)
Exporting a C++ class from a DLL(从 DLL 导出 C++ 类)
How can I use Standard Library (STL) classes in my dll interface or ABI?(如何在我的 dll 接口或 ABI 中使用标准库 (STL) 类?)
How do I build an import library (.lib) AND a DLL in Visual C++?(如何在 Visual C++ 中构建导入库 (.lib) 和 DLL?)
is it ok to specialize std::numeric_limitslt;Tgt; for user-defined number-like classes?(是否可以专门化 std::numeric_limitslt;Tgt;对于用户定义的类似数字的类?)
C++ 128/256-bit fixed size integer types(C++ 128/256 位固定大小整数类型)
What is the return type of boost::bind?(boost::bind 的返回类型是什么?)
What are the rules governing C++ single and double precision mixed calculations?(C++ 单精度和双精度混合计算的控制规则是什么?)
Ensuring C++ doubles are 64 bits(确保 C++ 双精度为 64 位)