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
Can anonymous union be simply `const` (not `constexpr`)?
Sep 22, 2025
c++
c++11
constants
language-lawyer
unions
Best way to define class-scoped constant in C++
Sep 21, 2025
c++
c++11
static
constants
Why are const Widgets in Dart not identical?
Sep 19, 2025
flutter
dart
widget
constants
Cannot call non-const fn `<Foo as Default>::default` in constants
Sep 19, 2025
rust
constants
default
compile-time-constant
C++ When does it make sense to pass a const struct parameter by value vs. reference?
Sep 17, 2025
c++
parameters
reference
constants
window[name] equivalent to dynamically access const and let declarations
Sep 16, 2025
javascript
browser
constants
variable-declaration
window-object
initializing const fields in the constructor
Sep 15, 2025
c++
constructor
constants
ctor-initializer
Why is const throwing an error on multiple runs of the code when inside an if() or try{}catch(e){}?
Sep 15, 2025
javascript
firebug
constants
How to use PHP constants in Mysqli prepared statements
Sep 15, 2025
php
mysql
mysqli
prepared-statement
constants
Converting a numeric constant to a constant string expression
Sep 13, 2025
java
constants
Is it possible in android to define constants in XML that vary with configuration
Sep 13, 2025
android
xml
layout
constants
Is it possible to write two template functions as one when the only difference is the const-ness of an argument?
Sep 12, 2025
c++
templates
constants
How does one declare an array of constant function pointers in C?
Sep 13, 2025
c
arrays
pointers
constants
function-pointers
Propagate constness to data pointed by member variables
Sep 12, 2025
c++
pointers
constants
smart-pointers
Initialising a static const variable from a function in c
Sep 10, 2025
c
gcc
static
constants
(Symfony 4) Unable to access a const array's element in twig
Sep 08, 2025
php
arrays
constants
Java constants file
Sep 09, 2025
java
android
constants
Why does C# not allow const and static on the same line?
Sep 08, 2025
c#
java
constants
final
Why ESLint prefer-const wants object or array defined as const?
Sep 09, 2025
constants
eslint
pointer to array type, or what's happening to "array decay to pointer" when adding "typedef", "const", "*" and "&"
Sep 08, 2025
c
arrays
pointers
constants
Older Entries »