Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in constants

How to do exponentiation in constant expression?

Can I create a string constant by concatenating string and int constants in C#?

Passing a constant array to a function in VB.NET

vb.net arrays constants

How to expose a map of pointers as a map of const pointers?

c++ pointers stl map constants

Error: passing const xxx as this argument of xxx discards qualifiers

What is the difference between nesting module definitions and using :: in definition in ruby?

ruby scope constants

Wrong function prototype used by compiler?

c++ map stl constants

Declaring readonly variables on a C++ class or struct

c++ struct constants

Why using const for arguments passed by value? [duplicate]

When to use const references over const value in function?

Store consts in a struct or a static class

c# constants

discrepancy between clang and g++ in dealing with const objects [duplicate]

c++ c++11 constants

How come C standard library function `strchr` returns pointer to non-const, when given `const char *` as first argument?

c gcc constants strchr

Is this defined?

Why is const unnecessary in function declarations in header files for parameters passed by value?

Doesn't compiler give an ambiguous error for "const" and "not-const" functions

flutter Text exception - expression is not a valid compile-time constant

dart constants flutter

Why does setting a const variable (which will be stored with the same value) lead to a different result once divided?

In Delphi is there a point to declare a parameter of type object as const?

delphi constants

C++ static const and initialization (is there a fiasco)