Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Const Correctness
Modifying const reference argument via non-const reference argument
Apr 17, 2021
Should I make my local variables const or movable?
Apr 17, 2021
Idiomatic Way to declare C++ Immutable Classes
Apr 17, 2021
Write-Only pointer type
Apr 25, 2021
What is the reason behind cbegin/cend?
Apr 25, 2021
How to call a non-const method from a const method?
Apr 25, 2021
Const vector of non-const objects
Apr 25, 2021
What are the use cases for having a function return by const value for non-builtin type?
Apr 25, 2021
std::vector of objects and const-correctness
Apr 25, 2021
Why is the endptr parameter to strtof and strtod a pointer to a non-const char pointer?
Apr 25, 2021
Older Entries »