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 pass-by-value
Why can't my Java method change a passed variable? [duplicate]
Dec 08, 2017
java
variables
null
pass-by-reference
pass-by-value
Why is a volatile local variable optimised differently from a volatile argument, and why does the optimiser generate a no-op loop from the latter?
Oct 13, 2018
c++
optimization
g++
volatile
pass-by-value
Is there a point to define move-only objects in c++11?
Mar 11, 2021
c++
c++11
std
smart-pointers
pass-by-value
Call by reference, value, and name
Aug 23, 2022
pass-by-reference
pass-by-value
pass-by-name
Python: What is the difference between Call-by-Value and Call-by-Object?
Jul 02, 2017
python
arguments
parameter-passing
pass-by-value
How can I change Integer value when it is an argument like change array's value? [duplicate]
Jan 16, 2017
java
integer
pass-by-reference
pass-by-value
Properties - by value or reference?
Jan 13, 2018
c#
.net
properties
pass-by-reference
pass-by-value
Object by Reference vs. Reference by Value
Nov 01, 2022
java
pass-by-reference
pass-by-value
Can someone explain to me what the reasoning behind passing by "value" and not by "reference" in Java is?
May 06, 2022
java
pass-by-reference
pass-by-value
Any differences between f(const string &) and f(const string )?
Oct 25, 2022
c++
constants
pass-by-reference
pass-by-value
Input parameter passing: is there a size threshold for efficient pass-by-value?
Mar 21, 2022
c++
parameter-passing
pass-by-value
Assigning to a new value to an object passed into a function in JavaScript
Aug 22, 2022
javascript
pass-by-reference
pass-by-value
Is There a Reason Standard Algorithms Take Lambdas by Value? [duplicate]
Nov 05, 2022
c++
algorithm
lambda
pass-by-reference
pass-by-value
How to access variable by id? [duplicate]
Nov 17, 2022
python
pointers
reference
pass-by-reference
pass-by-value
Copy-on-modify semantic on a vector does not append in a loop. Why?
Apr 25, 2022
r
pass-by-reference
pass-by-value
Trying to use templatised fuctions to swap two strings
Nov 06, 2022
c++
templates
pass-by-reference
pass-by-value
stdstring
Should a std::string class member be a pointer?
Feb 28, 2022
c++
pointers
constructor
pass-by-value
class-members
Pass list to function by value
Sep 23, 2022
python
pass-by-value
Pass by reference more expensive than pass by value
Jan 22, 2018
c++
pass-by-reference
pass-by-value
Immutable and pass by value
Oct 28, 2022
java
parameter-passing
terminology
pass-by-reference
pass-by-value
« Newer Entries
Older Entries »