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
VC++ fail
Test
calling convention is part of type(?)
algorithm_1
#21.2
VS2013 hello world includes
Say if number is prime and give its factors
Ελλάδα !!!!
auto decltype - Return Type Decltype
Copy initialization: overload resolution issue