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
When Declaring a Reference to an Array of Ints, why must it be a reference to a const-pointer?
Nov 08, 2022
c++
arrays
pointers
reference
constants
Does PHP have an equivalent of C/C++'s #ifdef?
Mar 12, 2022
php
constants
How often do you declare your functions to be const?
Sep 17, 2022
c++
constants
const-correctness
variable that can't be modified
Sep 17, 2022
c#
.net
variables
constants
readonly
Why can't nullables be declared const?
Mar 02, 2022
c#
null
constants
nullable
C++ convert char to const char*
Feb 11, 2021
c++
char
constants
What is the difference between const virtual and virtual const?
Aug 18, 2022
c++
constants
virtual
Compiler error reported for const vector<const T> in VS 2015 but not VS 2013
Nov 10, 2018
c++11
visual-studio-2013
vector
constants
visual-studio-2015
How to patch a constant in Python using a mock as function parameter
Sep 17, 2022
python
unit-testing
mocking
constants
patch
Binding rvalue to const lvalue reference
Sep 17, 2022
c++
constants
lvalue
rvalue
Can a function pointer with a const argument be used as a function pointer with a nonconst argument?
Mar 21, 2022
c
constants
function-pointers
const correctness of a member function returning a shared_ptr<>
Aug 02, 2022
c++
oop
c++11
constants
Is casting std::pair<T1, T2> const& to std::pair<T1 const, T2> const& safe?
Aug 11, 2022
c++
templates
casting
constants
reinterpret-cast
How to find epsilon, min and max constants for CUDA?
Apr 10, 2021
cuda
floating-point
double
constants
gpu
Can a destructor call a non-const function on a const object?
Oct 15, 2022
c++
constants
language-lawyer
destructor
The value of a const variable is or is not usable in a constant expression, depending on the variable type
Nov 15, 2022
c++
c++11
constants
constexpr
"static const int" causes linking error (undefined-reference)
Feb 08, 2019
c++
gcc
static
constants
stdvector
uninitialized const
Sep 17, 2022
c++
visual-c++
g++
constants
default-constructor
Why can't PHP have a constant object?
Feb 14, 2019
php
object
constants
How to use const in Cython
Sep 16, 2022
python
constants
cython
« Newer Entries
Older Entries »