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
C initialize const struct member with existing const variable
Oct 25, 2022
c
struct
constants
Do final vals increase the object size?
Jan 13, 2022
scala
constants
final
compile-time-constant
companion-object
How is moving a const returned object possible?
Sep 15, 2022
c++
c++11
constants
rvalue-reference
rvo
If the constant interface anti-pattern is such a crime, why does Swing do it?
Dec 24, 2019
java
swing
interface
constants
anti-patterns
Why does the program crash when using const string arguments?
Jan 27, 2018
string
delphi
memory
crash
constants
Is there anything wrong with using static const structs to limit name collisions of constants in C?
Nov 19, 2022
c
struct
constants
name-collision
candidate function not viable: 1st argument ('const Node *') would lose const qualifier
Jun 15, 2022
c++
class
constants
qualifiers
Array size with const variable in C [duplicate]
Nov 13, 2022
c
arrays
scope
constants
std::function const correctness not followed
Nov 09, 2022
c++
constants
std-function
Calling non-const function of another class by reference from const function [duplicate]
Sep 27, 2022
c++
class
reference
constants
Why is std::uniform_int_distribution<IntType>::operator() not const?
Sep 07, 2022
c++
random
constants
c++-standard-library
Static const member initialization in templated class
Oct 19, 2022
c++
static
constants
visual-c++-2010
NOT the most important const.. but what is this?
Jun 19, 2022
c++
reference
constants
object-lifetime
Do I still get default copy constructor and operator= if I define ones with non-const arguments?
Oct 27, 2018
c++
constants
language-lawyer
default-copy-constructor
Static const integer class member in header-only file - the proper way?
Mar 06, 2022
c++
static
constants
member
when the const is considered really a const?
Sep 26, 2022
c
compiler-errors
constants
Declaring a global variable `extern const int` in header but only `int` in source file
Jul 11, 2018
c
header
global-variables
constants
external
returning constant object and assigning it to non-constant object
Oct 19, 2022
c++
c++11
constants
copy-constructor
Is it okay to define the actual argument as `const int` but declare it as just `int` in the header?
Jun 07, 2022
c
arguments
parameter-passing
constants
static const cached result
Aug 30, 2022
c++
c++11
static
constants
« Newer Entries
Older Entries »