Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
c++ pure apstraction
//g++ 5.4.0 #include <iostream> class Base { // ... virtual void f() = 0; } /*class view_contant_list{ void create_contant()=0; } class edit_contant{ void save_contant()=0; } class contact_manager{ make_pationtact()=0; } class pationtact_manager{ }*/ int main() { }
run
|
edit
|
history
|
help
0
Problem_onoff_3
Zero
defined(FOO)
Copy initialization: overload resolution issue
Override keyword.cpp
throwing Copyable versus throwing MoveOnly
Multiple inheritance of empty classes - sizeof
inherited
parantheses matching test 1
Hello World