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
Program_1_rstring
Union and possible undefined behavior
1
std::string
get_number_of_threads, windows
cross-platform sleep function
Wide string to lowercase
lab1
Multiple inheritance of empty classes - sizeof
PRIx64 on MSVC