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 reference
will this.myObj = myObj store a reference or a copy/snapshot?
Jun 10, 2026
javascript
json
reference
duplicates
How to determine if a value is copied or referenced?
Jun 09, 2026
c#
.net
reference
value-type
reference-type
Safe reference in C++ (single-ownership pointer with notify semantics)
Jun 09, 2026
c++
reference
smart-pointers
Can a reference of an interface = null?
Jun 08, 2026
java
android
interface
reference
C++ - Return C++11 std::array
Jun 08, 2026
c++
arrays
c++11
reference
C++ default initialization in constructor of an inherited reference member
Jun 08, 2026
c++
inheritance
reference
constructor
initialization
Pass 2D array to function by reference
Jun 07, 2026
c
arrays
pointers
reference
Why isn't the original value getting incremented twice even though I have two increments
Jun 07, 2026
c++
reference
increment
decltype
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
speed advantage passing fundamental data types by reference c++
Jun 07, 2026
c++
types
reference
How to reference a dict object?
Jun 06, 2026
python
variables
dictionary
reference
Lvalue reference initialization from brace-enclosed initializer list fails to compile
Jun 05, 2026
c++
reference
lvalue
C++ conventions regarding passing objects (pointer vs reference)
Jun 03, 2026
c++
pointers
reference
conventions
Set element on last reference in an array of references
Jun 04, 2026
php
arrays
reference
pass-by-reference
How to pass a struct implementing multiple traits to a function accepting those traits as &mut?
Jun 01, 2026
rust
reference
traits
borrow-checker
mutable
C++ How to define a member variable that is either passed into or constructed within a constructor
Jun 01, 2026
c++
pointers
constructor
reference
could someone explain the source code of toString method which is overridden in the String class?
May 31, 2026
java
string
object
reference
tostring
trying to understand this: bool variables are value types in C#
May 31, 2026
c#
reference
boolean
value-type
« Newer Entries
Older Entries »