A C# Programmers Understanding of Const Correctness in C++
On my mission to learn modern C++ I came across the concept of const correctness which is a term describing the application of the const keyword to class methods. Since C# has no concept of constant methods, and it confused the heck out of me, I wanted to share what…