List Question
10 TechQA 2024-12-27 21:10:43The first snippet below compiles, but the second doesn't. Why?
4.2k views
Asked by João Afonso
Elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
15k views
Asked by Drew Noakes
Friend declaration in namespace: forward declaration or elaborated type specifier
163 views
Asked by Max Nikulin
When should I use an elaborated type specifier?
6.1k views
Asked by Shirik
Difference Between "struct Obj* obj" and "Obj* obj"
98 views
Asked by AudioBubble
C++ enum keyword in function parameters
204 views
Asked by TigerFace
type-dependent nested-name-specifier in elaborated-type-specifier
481 views
Asked by Potatoswatter
When I should add the word "class" creating pointer in C++?
140 views
Asked by Max Popov
Use of Elaborated Type Specifier to create object of hidden class
82 views
Asked by logic seeker
Difference between forward declaration in argument vs "normal" forward declaration
196 views
Asked by Daniel Jour