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
Does assembly code ignore const keyword?
Mar 11, 2026
c
assembly
constants
Constant value changes regardless of being constant; also, changes to one row of 2D array propagate to others
Mar 11, 2026
javascript
arrays
constants
Is there a gcc command line option to silence warning: passing argument n discards qualifiers from type
Mar 11, 2026
c
gcc
warnings
constants
suppress-warnings
Objective-C: static field and implementing singleton pattern
Mar 11, 2026
objective-c
singleton
constants
const and pointers
Mar 09, 2026
c++
constants
c++ : discards qualifier even if the member variables are mutable
Mar 09, 2026
c++
inheritance
constants
mutable
Rails constants for page content
Mar 09, 2026
ruby-on-rails
ruby
hash
constants
const initialization of several data members
Mar 07, 2026
c++
initialization
constants
Difference between static and const variable in Dart
Mar 08, 2026
flutter
dart
compilation
constants
How to use const in C# class constructor
Mar 04, 2026
c#
constructor
constants
How to specify a const reference to a const pointer?
Mar 06, 2026
c++
pointers
reference
constants
Why can a non-const reference parameter be bound to a temporary object?
Mar 06, 2026
c++
reference
constants
object-lifetime
temporary-objects
Static const structs in C
Mar 05, 2026
c
struct
constants
Why doesn't this run forever?
Mar 04, 2026
perl
for-loop
constants
infinite-loop
call by value vs const call by reference
Mar 04, 2026
c++
reference
constants
Constants in a python package
Mar 04, 2026
python
module
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
Older Entries »