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
Function with constant as an argument
Jun 07, 2026
vba
parameter-passing
constants
intellisense
In C++, if "int a = 3; int* p = &a;", then why is "const int* &pp = p" not allowed, but "const int* const &pp = p" is allowed?
Jun 07, 2026
c++
c++11
reference
constants
removing constness in templated function
Jun 06, 2026
c++
c++11
templates
constants
const-cast
using c++ const on user-entered data?
Jun 05, 2026
c++
constants
Name Clash with Top Level constant when autoloading with Rails
Jun 04, 2026
ruby-on-rails
ruby
constants
autoload
toplevel
Is a mutable object still constant
Jun 04, 2026
java
constants
Constant Value Between XML and Java
Jun 02, 2026
java
android
xml
constants
Creating an int array with a non-const size
Jun 01, 2026
c++
constants
C++ const keyword in functions
May 27, 2026
c++
function
constants
function-qualifier
Creating array with const int size parameter in a function throws error in Visual Studio C++: expression did not evaluate to a constant
May 27, 2026
c++
visual-c++
constants
Passing a const reference down a chain of constructors
May 27, 2026
c++
constructor
reference
constants
Making constant global variables of a custom struct type
May 26, 2026
go
types
constants
Am I breaking const-correctness if I expose a const and non-const API?
May 27, 2026
c++
constants
const-correctness
error converting a const void* to some other pointer without const_cast
May 26, 2026
c++
casting
constants
Const arguments binding to non-const references in C++ templates
May 26, 2026
c++
templates
reference
constants
When is it safe to leave out a const from a function's parametrization?
May 24, 2026
c++
constants
parameter-passing
function-signature
Cannot match on Result in const fn due to "destructor cannot be evaluated at compile-time" even when value isn't dropped
May 24, 2026
rust
constants
destructor
unordered_map with referenced key
May 22, 2026
c++
c++11
constants
unordered-map
force const storing of returned by value value
May 22, 2026
c++
constants
return
return-by-value
« Newer Entries
Older Entries »