Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Override keyword.cpp
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> class b{public:virtual void F(int a,int b) {}}; class d: public b{public: void F(int a,int b) override {}}; int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
StreamParam
Adaptive return type
asock
MSVC_example_fscanf_s_and_chars_wchars
Overload
Memory example
123
problem_binary_4
Preserving strict aliasing Union example
std override