Categories

PL

Posts gathered under this term.

Entries
2
  1. What Is const in C++

    This article reviews three common uses of const in C++, analyzes its semantic confusion and limitations, and discusses alternatives such as…

  2. Reference Types in C++

    This article discusses the meaning of reference types through a C++ written-test question, and how to define types with polymorphic behavio…