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
Why can't I put a pointer to const on right hand side of assignment?
Sep 09, 2022
c++
pointers
constants
variable-assignment
const array vs static const array in a function
Oct 07, 2020
c++
arrays
static
constants
Why does bsearch return a void *?
Feb 22, 2018
c
pointers
constants
void
bsearch
Does `const T *restrict` guarantee the object pointed-to isn’t modified?
Apr 02, 2022
c
constants
restrict-qualifier
const method in a class returning vector of pointers
May 11, 2019
c++
pointers
stl
constants
Static const in Kotlin from Java class name
Apr 11, 2022
java
constants
kotlin
PHP5.6 are arrays allowed in CLASS constants
Oct 15, 2022
php
arrays
class
constants
php-5.6
Using a class with const data members in a vector
Nov 27, 2017
c++
vector
constants
variable-assignment
assigning char to int reference and const int reference in C++
Apr 10, 2022
c++
reference
casting
constants
c++03
invalid conversion from ‘const type*’ to ‘type*’
Nov 18, 2021
c++
pointers
reference
constants
Why member variables of a const object are not const
Feb 25, 2018
c++
reference
constants
c++14
decltype
What is the difference between the const qualifier in C and the const qualifier in C++?
Oct 20, 2022
c++
c
constants
language-comparisons
language-concepts
What is the most "elegant" way to define a global constant array in PHP
Nov 16, 2022
php
arrays
constants
global
Why does Perl complain "Useless use of a constant in void context", but only sometimes?
Jun 15, 2020
perl
constants
void
Confusing warning about a constant decimal field in C#
Oct 01, 2017
c#
constants
range based for loop with const shared_ptr<>
Sep 05, 2022
c++
pointers
iteration
constants
container-data-type
Why does returning const reference from a lambda result in a temporary?
Mar 09, 2020
c++
lambda
reference
c++14
constants
How to make a DateTime object immutable (declare as const) in C#?
Jul 20, 2021
c#
.net
datetime
constants
immutability
How are C# const members allocated in memory? [duplicate]
Nov 21, 2017
c#
memory-management
constants
Is memory allocated for a static const variable whose address is never used?
Nov 03, 2022
c++
c
optimization
static
constants
« Newer Entries
Older Entries »