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
static const class members
Sep 05, 2022
c++
static
global-variables
constants
pointer-to-const can point to non-const object - language design or technical reason?
Jul 03, 2022
c++
pointers
constants
a bad call with a const signature in C [duplicate]
Aug 17, 2022
c
warnings
constants
Is it okay to remove const qualifier when the call is from the same non-const version overloaded member function?
Sep 09, 2022
c++
user-interface
constants
D: Const correctness - what am I doing wrong?
Nov 01, 2018
properties
constants
d
const reference is bad C++ 11
Oct 22, 2022
c++
reference
int
constants
Deducing constness of type returned by function
Jan 20, 2017
c++
c++11
constants
return-value
Can Aliasing Problems be Avoided with const Variables
Mar 22, 2018
c++
constants
alias
reinterpret-cast
strict-aliasing
In C, is it legal to add `const` only in function definitions, not declarations?
Jul 01, 2022
c
constants
c99
How to get compiler to prefer const method overloading in C++?
Mar 11, 2022
c++
constants
c++17
lazy-initialization
perfect-forwarding
Why do cv-qualifiers get removed from function return type in some cases?
Feb 10, 2022
c++
constants
value-categories
Why isn't inv_sqrt2 defined in the C++ standard library?
May 15, 2022
c++
constants
c++-standard-library
c++20
inline-variable
How to create pointer-to-mutable-member?
Aug 11, 2022
c++
templates
constants
mutable
pointer-to-member
Constant pointer variables in C++ [duplicate]
Apr 25, 2022
c++
pointers
constants
Smarty output to PHP Constant is it possible?
Nov 02, 2022
php
constants
smarty
C -- Accessing a non-const through const declaration
Apr 10, 2022
c
constants
extern
How do you cast away const'ness when the function takes a reference to the object (and access non-const methods)?
May 04, 2013
c++
casting
constants
from unique_ptr<char[]> to unique_ptr<const char[]>
Jun 01, 2022
c++
c++11
constants
unique-ptr
What is the EXACT technical difference between "const char *" and "const string"
Nov 14, 2022
string
char
constants
C++ making an array of pointers to const objects
Nov 03, 2022
c++
arrays
pointers
constants
« Newer Entries
Older Entries »