Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in constants
In C, is it legal to add `const` only in function definitions, not declarations?
Jul 01, 2022
c
constants
c99
How to get compiler to prefer const method overloading in C++?
Mar 11, 2022
c++
constants
c++17
lazy-initialization
perfect-forwarding
Why do cv-qualifiers get removed from function return type in some cases?
Feb 10, 2022
c++
constants
value-categories
Why isn't inv_sqrt2 defined in the C++ standard library?
May 15, 2022
c++
constants
c++-standard-library
c++20
inline-variable
How to create pointer-to-mutable-member?
Aug 11, 2022
c++
templates
constants
mutable
pointer-to-member
Constant pointer variables in C++ [duplicate]
Apr 25, 2022
c++
pointers
constants
Smarty output to PHP Constant is it possible?
Nov 02, 2022
php
constants
smarty
C -- Accessing a non-const through const declaration
Apr 10, 2022
c
constants
extern
How do you cast away const'ness when the function takes a reference to the object (and access non-const methods)?
May 04, 2013
c++
casting
constants
from unique_ptr<char[]> to unique_ptr<const char[]>
Jun 01, 2022
c++
c++11
constants
unique-ptr
What is the EXACT technical difference between "const char *" and "const string"
Nov 14, 2022
string
char
constants
C++ making an array of pointers to const objects
Nov 03, 2022
c++
arrays
pointers
constants
How to define CUDA device constant like a C++ const/constexpr?
May 14, 2022
c++
cuda
constants
compile-time-constant
Why do literals not const by default?
Apr 19, 2018
.net
f#
functional-programming
constants
lazy-evaluation
How to do exponentiation in constant expression?
Apr 19, 2022
c#
math
constants
c#-6.0
exponent
Can I create a string constant by concatenating string and int constants in C#?
Mar 06, 2022
c#
constants
language-lawyer
Passing a constant array to a function in VB.NET
Sep 30, 2022
vb.net
arrays
constants
How to expose a map of pointers as a map of const pointers?
Sep 05, 2022
c++
pointers
stl
map
constants
Error: passing const xxx as this argument of xxx discards qualifiers
Mar 07, 2022
c++
parameters
compiler-errors
constants
functor
What is the difference between nesting module definitions and using :: in definition in ruby?
Nov 30, 2017
ruby
scope
constants
« Newer Entries
Older Entries »