Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in const-correctness

Call non-const function on a const object

Confused on const correctness with static array of pointers to const objects

struct keyword in function parameter, and const-correctness

c++ c const-correctness

Cannot apply const to typedef reference

Const Functions and Interfaces in C++

What's the correct way to use const in C++?

const correctness and shared_ptr, a matter of design?

Const correctness -- C API shim layer

c++ const-correctness

Initializing non-const parameter with string literal

c++ const-correctness

Can I pass a const char* array to execv?

Const-correctness and hardware writes

c++ const-correctness

When and how should I use `const` and `immutable` in D?

What is the difference between const std::vector<T> and std::vector<T> const?

Meaning of const pointers as function parameters

Converting from "foo<T>" to "const foo<const T>" - C++

Cornered by const: std::map::find() const overload

c++ stl map const-correctness

Is this code legal in C++

Prevent const class function from calling non-const class function on reference member

How to search for const pointer in a collection of non-const pointers?

c++ const-correctness