Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
325324
#include <string> struct base { std::string junk; //virtual ~base() {} // decomment to avoid crash }; struct child : public base { }; int main() { base* instance = new child{}; delete instance; }
run
|
edit
|
history
|
help
0
frequsency
UtilityPair2
PointPattern
kroliki
CPP - Ex 5
st_match
variadic template
use of assert to check a particular situation! (throws error)
PriorQ2
Coin changes