Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

gcc 7.3.0

Options
Warnings
Don't Use Boost
C++17(GNU)
no pedantic

Author

anonymous

almost 6 years ago

$ 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