开源使用者
标签
如何改进这种强制我声明成员函数 const 并声明变量可变的设计?
2022-01-17 00:00:00
set
mutable
c++
在 C++ 中的条件或控制语句中声明和初始化变量
2022-01-17 00:00:00
conditional
compiler-construction
c++
declaration
为什么需要前向声明?
2022-01-17 00:00:00
c
compiler-construction
c++
declaration
C++ 中的多个命名空间声明
2022-01-14 00:00:00
namespaces
scope
c++
是在 <c____> 中声明的 C 函数标头保证在全局命名空间和标准中?
2022-01-14 00:00:00
c
namespaces
c++
命名空间内的友元函数声明/定义
2022-01-14 00:00:00
namespaces
c++
friend-function
什么需要我声明“using namespace std;"?
2022-01-14 00:00:00
namespaces
include
using
c++
using-directives
有没有更短的方法来转发在命名空间中声明一个类?
2022-01-14 00:00:00
namespaces
forward-declaration
c++
使用声明的命名空间(GCC/VS2010 中的错误)?
2022-01-14 00:00:00
namespaces
c++
using-declaration
声明嵌套命名空间`std`是否合法C++?
2022-01-14 00:00:00
namespaces
language-lawyer
c++
为什么每个人都使用未锚定的命名空间声明(即 std:: 不是 ::std::)?
2022-01-14 00:00:00
namespaces
c++
为什么我不能使用双冒号在命名空间中前向声明一个类?
2022-01-14 00:00:00
namespaces
c++
为什么 C++ 友元类只需要在其他命名空间中进行前向声明?
2022-01-14 00:00:00
namespaces
forward-declaration
c++
friend
如何转发声明位于命名空间中的类
2022-01-14 00:00:00
namespaces
c++
命名空间中 using 声明的范围
2022-01-14 00:00:00
namespaces
scope
using
c++
header-files
函数 stoi 未声明
2022-01-14 00:00:00
string
pointers
int
c++
在类范围内声明一个与类属性同名的局部变量
2022-01-13 00:00:00
class
variables
local
attributes
c++
声明向量类型变量的段错误<shared_ptr<int>>
2022-01-12 00:00:00
gcc
redhat
segmentation-fault
c++
ld
错误 C2248:“CObject::CObject":当我在 MFC 中调用 hDC.SelectObject 函数时,无法访问在“CObject"类中声明的私有成员
2022-01-12 00:00:00
c++
mfc
windows-ce
gdi
"错误 C2248: 'CObject::CObject' : 无法访问在类 'CObject' 中声明的私有成员
2022-01-12 00:00:00
c++
mfc
«
7
8
9
10
11
12
13
14
15
16
»