Doesn't work with size_t
:
Softwares:
g++: 11.3.0
vscode:
size_t
is actualy long unsigned int
, and I think the reason is 3 keywords,
because when you remove one of them it works.
Doesn't work with size_t
:
Softwares:
g++: 11.3.0
vscode:
size_t
is actualy long unsigned int
, and I think the reason is 3 keywords,
because when you remove one of them it works.