A Practical Subset of C++ Features Used at Work
This article summarizes a practical subset of C++ features commonly used in systems programming, including recommendations on RAII, smart p…
Tags
Posts gathered under this term.
This article summarizes a practical subset of C++ features commonly used in systems programming, including recommendations on RAII, smart p…
This article reviews three common uses of const in C++, analyzes its semantic confusion and limitations, and discusses alternatives such as…
This article discusses the meaning of reference types through a C++ written-test question, and how to define types with polymorphic behavio…