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
Move semantics & returning const values
Dec 16, 2022
c++
c++11
constants
return-value
move-semantics
DirectX11 set shader constants
Dec 19, 2022
constants
hlsl
directx-11
Why cant I pass a non const pointer to a function taking a reference to a pointer to a const as its argument
Dec 18, 2022
c++
pointers
reference
constants
Compiler Optimization: const on non-pointer function arguments in C
Dec 18, 2022
c
compiler-construction
constants
compiler-optimization
What is the role of passing by reference when you do not modify variables?
Dec 18, 2022
c++
memory
reference
constants
Anonymous function VS const function - javascript
Dec 15, 2022
javascript
function
constants
What is the meaning of 0x61C88647 constant in ThreadLocal.java
Dec 16, 2022
java
optimization
constants
mutable with const pointer in C++
Dec 16, 2022
c++
pointers
constants
mutable
How to handle const/non const combination of getters without duplicate code? [duplicate]
Dec 16, 2022
c++
c++11
constants
code-reuse
Can Rust constant expressions use traits like Default?
Dec 16, 2022
rust
constants
default
Doubt on a C++ interview question
Dec 15, 2022
c++
reference
constants
temporary
How do you define a mutable pointer to a const object?
Dec 15, 2022
c++
pointers
constants
mutable
How can I avoid using a const_cast with std::vector::erase() in C++?
Dec 14, 2022
c++
stl
casting
constants
How to convert a `const char *` to simply `char *`?
Dec 15, 2022
c++
constants
When should I pass "T* const&" type of pointer ?
Dec 15, 2022
c++
pointers
constants
pass-by-reference
Why does std::vector transfer its constness to the contained objects?
Dec 14, 2022
c++
stl
vector
constants
In C++, is it better to use #define or const to avoid magic numbers?
Dec 13, 2022
c++
constants
c-preprocessor
How can I declare a template constant type?
Dec 14, 2022
c++
templates
constants
Can I declare a variable as const in the public header and not in the private header?
Dec 13, 2022
c
linker
constants
header-files
Behavior of const reference after casting to non-const
Dec 12, 2022
c++
c++11
reference
constants
« Newer Entries
Older Entries »