目录C++11新特性1. 自动类型推导auto1.1 基本语法2. decltype3. 列表初始化3.1 内置类型3.2 自定义类型对于自定义类4. 范围 for5. 智能指针总结C++11新特性
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