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
Accessor functions in class c++
Mar 03, 2026
c++
constants
accessor
Why `switch(null)` is a compile error but `switch(str)` is fine with str being `static final String str = null;`?
Mar 02, 2026
java
null
switch-statement
constants
compile-time-constant
compare const char * with strcmp
Mar 02, 2026
c++
char
constants
strcmp
What is being declared here?
Mar 01, 2026
c++
constants
Python 3.10 match/case with constants [duplicate]
Mar 01, 2026
python-3.x
switch-statement
constants
python-3.10
Do I need to write the `const` keyword when passing a `const_iterator` as argument?
Feb 27, 2026
c++
stl
iterator
arguments
constants
Racket: Change two constants with one function
Feb 28, 2026
scheme
constants
racket
Using an if statement to declare the value of a const
Feb 28, 2026
javascript
constants
Const operator overloading problems in C++
Feb 28, 2026
c++
operators
constants
conversion-operator
Member function still const if it calls functions that break "constness"?
Feb 27, 2026
c++
constants
How does useState change even when it's a const?
Feb 27, 2026
reactjs
variables
constants
theory
In C++, reference as class member shall be const or non-const
Feb 24, 2026
c++
reference
constants
const-cast
const parameter
Feb 23, 2026
c++
constants
What does the compiler at casting integer constants?
Feb 23, 2026
c
casting
integer
constants
How to create constant uint32 tags with four ASCII codes at compile time?
Feb 22, 2026
go
constants
Do final (constant) instance (non-static) variables act like class (static) variables?
Feb 22, 2026
java
variables
scope
constants
Const declaration causing linker error in Xcode
Feb 22, 2026
objective-c
xcode
header
constants
linker-errors
How to reuse application constants written inside Java classes within javascript?
Feb 20, 2026
java
javascript
configuration
constants
Rationale behind QString plus operator returning const [duplicate]
Feb 21, 2026
c++
constants
How to declare operator/ overload function to operate on a const variable and a non-const variable?
Feb 20, 2026
c++
operator-overloading
constants
Older Entries »