Language
C++
Compiler
gcc 7.3.0
Options
Warnings
Don't Use Boost
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++17
Calling base constructor
Hello from SubClass2 constructor
Printing from Base
Hello from SubClass2 destructor
Calling base destructor
Exit Code:
0