Descritpion Submission There are 2 major points here, pure virtual function and static member variable. References https://en.cppreference.com/w/cpp/language/static
Inherited Code – C++
It’s interesting to inherit the exception class.
Preprocessor Solution – C++
Preprocessors sometimes only do dull string replacement jobs but with amazing effects. References https://fenghe.us/the-c-preprocessor/ http://www.cplusplus.com/doc/tutorial/preprocessor/
Day 1: Data Types – 30 Days of Code
C++ You may find this information helpful when completing this challenge in C++. To consume the whitespace or newline between the end of a token […]
C++ Class Templates – C++
Templates Go Further Explicit(full) template Specialization
Overload Operators – C++
With {}, you can initialize a class without having to have a constructor. References Following are comments in the discussion forum I found valuable.
Multi Level Inheritance – C++
Solve the problem Inheritance-Introduction before solving this problem. In the previous problem we learned about Inheritance and how can a derived class object use the […]