🛠️ Steven Gong

Search

SearchSearch

Feb 24, 2025, 1 min read

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

  • Class
  • Struct
  • union keyword

Graph View

Backlinks

  • C++

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub