Author
anonymous
almost 5 years ago
Language
Compiler
Options
Author
anonymous
almost 5 years ago
$
prog.cc: In function 'int main()':
prog.cc:53:9: error: 'int A::z' is inaccessible within this context
53 | obj_F.z = 10;
| ^
prog.cc:7:7: note: declared here
7 | int z;
| ^
prog.cc:39:5: warning: unused variable 'obj_B' [-Wunused-variable]
39 | B obj_B;
| ^~~~~
prog.cc:47:5: warning: unused variable 'obj_D' [-Wunused-variable]
47 | D obj_D;
| ^~~~~
Exit Code:
1