Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in constants

Is it possible to match against the result of a `const fn`?

Must I initialize function-local static consts?

Using const keyword in c

Const-correctness and immutable allocated objects

c pointers constants

Do Delphi Attributes require a constant parameter? If so, why?

delphi function constants

Annoying, transitive-const-ness issue in D

constants d

Printing a string to a temporary stream object in C++

static const class members

pointer-to-const can point to non-const object - language design or technical reason?

c++ pointers constants

a bad call with a const signature in C [duplicate]

c warnings constants

Is it okay to remove const qualifier when the call is from the same non-const version overloaded member function?

D: Const correctness - what am I doing wrong?

properties constants d

const reference is bad C++ 11

c++ reference int constants

Deducing constness of type returned by function

Can Aliasing Problems be Avoided with const Variables

In C, is it legal to add `const` only in function definitions, not declarations?

c constants c99

How to get compiler to prefer const method overloading in C++?

Why do cv-qualifiers get removed from function return type in some cases?

Why isn't inv_sqrt2 defined in the C++ standard library?

How to create pointer-to-mutable-member?