C++11初始化列表
-
C++11范围for初始化列表auto decltype详解
目录C++11新特性1. 自动类型推导auto1.1 基本语法2. decltype3. 列表初始化3.1 内置类型3.2 自定义类型对于自定义类4. 范围 for5. 智能指针总结C++11新特性[详细]
2025-07-29 10:38 分类:开发 Why can't we use strong ref cursor with dynamic SQL Statement?
I am trying to use a strong ref cur with dynamic sql statment but it is giving out an error,but when i use weak cursor it works,Please explain what is the reason and please[详细]
2022-12-29 04:38 分类:问答