List Question
12 TechQA 2022-05-29T10:08:05.290000Difference Between "struct Obj* obj" and "Obj* obj"
139 views
Asked by AudioBubble
C++ enum keyword in function parameters
267 views
Asked by TigerFace
When I should add the word "class" creating pointer in C++?
201 views
Asked by Max Popov
what is "struct* struct newStruct(int somedata) { } " syntax in c++
105 views
Asked by AudioBubble
Difference between forward declaration in argument vs "normal" forward declaration
245 views
Asked by Daniel Jour
Friend declaration in namespace: forward declaration or elaborated type specifier
226 views
Asked by Max Nikulin
The first snippet below compiles, but the second doesn't. Why?
4.3k views
Asked by João Afonso
Is it optional to use struct keyword before declaring a structure object?
9.4k views
Asked by Hari Krishnan
Use of Elaborated Type Specifier to create object of hidden class
133 views
Asked by logic seeker
type-dependent nested-name-specifier in elaborated-type-specifier
534 views
Asked by Potatoswatter
Elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
15k views
Asked by Drew Noakes
When should I use an elaborated type specifier?
6.1k views
Asked by Shirik