Tags

Programming Language

Posts gathered under this term.

Entries
3
  1. PL

    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. PL

    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…