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
Templates and const on c++
Jun 10, 2026
c++
templates
constants
How to assign constant address to pointer at c++?
Jun 10, 2026
c++
pointers
constants
c++ invalid operands of types 'char*' and 'const char [2]' to binary 'operator+'
Jun 09, 2026
c++
visual-studio-2010
char
constants
What does `int const a[5]` really mean?
Jun 09, 2026
c
arrays
constants
lvalue
How to make const some members of a mutable lambda capture list?
Jun 09, 2026
c++
lambda
constants
mutable
const-correctness
c++ STL map.find() or map.operator[] cannot be used in class member function with const qualifier
Jun 06, 2026
c++
dictionary
stl
constants
member
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
Older Entries »