C++ Keywords
I feel like you should be very comfortable with all of these keywords. Some keywords that I am not super comfortable with:
- explicit keyword
- final keyword (yes I understand, prevent inheritance from this class)
- throw keyword (need to get better at Exception Handling)
- static keyword
- constexpr keyword
- typename keyword
- using keyword
- typedef keyword
- nodiscard keyword
- alignas keyword
Types