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++ passing a const pointer by const reference
Feb 19, 2022
c++
constants
Accessing global const CGFloat defined in an Objective-c .m file from Swift
Nov 29, 2017
ios
swift
xcode6
constants
cgfloat
Does it make sense to use const for all variables that will never be changed?
Sep 14, 2022
ecmascript-6
constants
What is the difference between "const int& jj" and "int& const jj"?
Sep 05, 2022
c++
reference
constants
language-lawyer
How to initialize const containers with generators in modern C++?
Feb 14, 2021
c++
constructor
constants
generator
c++17
C++: how to deal with const object that needs to be modified?
Apr 18, 2022
c++
casting
constants
const cast to allow read lock, does this smell bad?
Sep 25, 2020
c++
concurrency
constants
Why is the non-const pointer being treated as a const when using typedef?
Oct 16, 2022
c
pointers
constants
How to define a constant record containing other constant records in Delphi? Specific case: matrix using vectors
Oct 25, 2022
delphi
constants
delphi-xe2
record
Why doesn't strcpy use a const pointer for dest?
Oct 13, 2022
c
pointers
constants
strcpy
How can const be applied to template argument types outside of the parameter list in C++?
Jun 19, 2022
c++
templates
constants
C99 const pass-by-value
Jun 25, 2017
c
constants
c99
pass-by-value
why put a "const" at the end? [duplicate]
Aug 30, 2022
c++
operator-overloading
constants
assigning string::c_str() to a const char* when the string goes out of scope
Nov 15, 2022
c++
string
char
constants
const methods in golang?
Aug 31, 2022
c++
go
constants
Does casting away constness from "this" and then changing a member value invoke undefined behaviour?
Aug 18, 2022
c++
constants
standards-compliance
const-cast
java 8: difference between class.getName() and String literal [duplicate]
Nov 06, 2022
java
switch-statement
java-8
constants
string-literals
Using enum as integer constant in C#
May 04, 2022
c#
oop
enums
constants
Argument of type "volatile char *" is incompatible with parameter of type "const char *"
Jun 08, 2022
c
constants
volatile
What is the point of non-static const data member? [duplicate]
Nov 01, 2022
c++
static
constants
« Newer Entries
Older Entries »