Search code examples
Affecting variables in different classes in Java...

javavariablesscopepass-by-value

Read More
What happens when I modify the copy constructor to do something weird and then pass an object (of th...

c++pass-by-value

Read More
Can't understand this error while freeing memory in C...

cpointersmemory-managementfreepass-by-value

Read More
References in VB.NET...

.netvb.netpointerspass-by-referencepass-by-value

Read More
Storing references to values, in arrays, then reassigning the original variable (JavaScript)...

javascriptarrayspass-by-referencejavascript-objectspass-by-value

Read More
Python - Why ndarray passed by value changes outside function?...

pythonpython-3.xnumpypass-by-referencepass-by-value

Read More
Change array value from another class in C++...

c++arrayspointersparameter-passingpass-by-value

Read More
Providing functions versions where both by value and by reference are available...

c++returnpass-by-referencepass-by-value

Read More
How to access variable by id?...

pythonpointersreferencepass-by-referencepass-by-value

Read More
Why does std::promise::set_value() have two overloads...

c++c++11promisefuturepass-by-value

Read More
comparing two arrays, increasing counter...

javaarraysloopsmethodspass-by-value

Read More
Pass an array by value...

carraysfunctionpass-by-value

Read More
C++ Immutable custom class pass by reference or value...

c++pass-by-referenceimmutabilitypass-by-valuepass-by-const-reference

Read More
How to clone a node in the scene graph in JavaFX?...

javajavafxclonepass-by-value

Read More
Why would I pass function parameters by value in C?...

cfunctionpass-by-referencepass-by-value

Read More
Why is it by-reference and not by value?...

language-agnosticpass-by-referencepass-by-value

Read More
How to copy elements from an ArrayList to another one NOT by reference?...

javaarraylistconstructorpass-by-value

Read More
Does assigning the result of a subroutine result in a copy of the data?...

perlreferencepass-by-value

Read More
Is There a Reason Standard Algorithms Take Lambdas by Value?...

c++algorithmlambdapass-by-referencepass-by-value

Read More
Getting strange value...

c++functionparameter-passingpass-by-referencepass-by-value

Read More
How can a method without the out or ref change a variable outside itself? C#...

c#pass-by-referencepass-by-value

Read More
Adding to a List by Value instead of reference in Java...

javalistpass-by-referencepass-by-value

Read More
Why static member variable not work for retain value in recursive method?...

javaalgorithmrecursionpass-by-value

Read More
Confused by single pointer and double pointer arguments in function calls...

cpointerspass-by-valuepass-by-pointer

Read More
Reference to Classes in Java...

javapass-by-referencepass-by-value

Read More
Setting Pointer References...

chashtablepass-by-referencepass-by-value

Read More
C# Object property modified in the called function affect caller value...

c#classpass-by-referencepass-by-value

Read More
Is it more efficient to pass a List or individual List Items as method arguments in Java?...

javalistmethodsparameter-passingpass-by-value

Read More
Segfault when passing structure from main() to worker functions...

cstructsegmentation-faultpass-by-valuepass-by-pointer

Read More
Is really argument passing by value?...

c#pass-by-valuebyval

Read More
BackNext