Lecture 2 - Slide 27 : 29
C++ ISSUE: Constness
On this page we care about problems - and we ask more questions than we provide answers
Literals in relation to constants?
Constants in relation to compile time computations?
What is the basic idea behind constant variables?
Is
const
part of a C++ type?
What is a
const
function (good for)?
Constant pointers? Constant references?
What is the justification of
const
casting?
constexpr