StackOverflow Questions for Tag: pass-by-pointer

uvnarayan
uvnarayan

Reputation: 1

Function return value and assignment in C++

Score: -1

Views: 100

Answers: 1

Read More
Magnus
Magnus

Reputation: 18728

Is it possible to modify the reference of an argument in Dart?

Score: 7

Views: 7974

Answers: 2

Read More
Enlico
Enlico

Reputation: 28384

Is there any practical reason why std::get_if (std::variant) takes a variant argument by pointer instead of by value/&/const&?

Score: 16

Views: 8340

Answers: 3

Read More
samueltru99
samueltru99

Reputation: 3

Dereferecing a private variable unordered_map whose key is a custom struct in a class leads to a seg fault

Score: 0

Views: 95

Answers: 2

Read More
space_voyager
space_voyager

Reputation: 2034

Performance cost of passing by value vs. by reference or by pointer?

Score: 51

Views: 65582

Answers: 6

Read More
user3041058
user3041058

Reputation: 1548

Does C++ pass objects by value or reference?

Score: 88

Views: 117503

Answers: 6

Read More
Ammishaddai Boakye
Ammishaddai Boakye

Reputation: 15

Do pointers also point to C style strings?

Score: 0

Views: 102

Answers: 0

Read More
Joe Forsyth
Joe Forsyth

Reputation: 11

Why am I receiving a heap corruption error in IntegerSet class?

Score: 1

Views: 51

Answers: 1

Read More
Sathishkumar
Sathishkumar

Reputation: 3733

What do "value semantics’" and "pointer semantics" mean in Go?

Score: 9

Views: 2917

Answers: 2

Read More
BobDeTunis
BobDeTunis

Reputation: 165

Struct variable passed by value vs. passed by pointer to a function

Score: 0

Views: 226

Answers: 2

Read More
Sangjun Lee
Sangjun Lee

Reputation: 425

C dynamic allocation of an array under struct inside a function

Score: 0

Views: 207

Answers: 4

Read More
Stan
Stan

Reputation: 862

What is value, reference vs pointer and what these three example used to pass?

Score: 0

Views: 73

Answers: 0

Read More
snath03
snath03

Reputation: 130

When a function is given as an argument to a function, is it pass-by-value or pass-by-pointer

Score: 0

Views: 312

Answers: 1

Read More
Ryan Paye
Ryan Paye

Reputation: 3

Array problems in C: Do I need to pass a single array cell back to my global array by reference in C?

Score: 0

Views: 63

Answers: 0

Read More
parasguglani
parasguglani

Reputation: 3

removing x from a string using pass by pointer with recursion

Score: 0

Views: 174

Answers: 2

Read More
Tamara
Tamara

Reputation: 27

c++ pointers with overloaded functions and user input

Score: 1

Views: 56

Answers: 1

Read More
gran_profaci
gran_profaci

Reputation: 8463

Is Swift Pass By Value or Pass By Reference

Score: 140

Views: 115502

Answers: 10

Read More
Enk73a
Enk73a

Reputation: 49

Pass by reference vs pointer

Score: 0

Views: 1521

Answers: 3

Read More
Hadi GhahremanNezhad
Hadi GhahremanNezhad

Reputation: 2445

Why is the execution order different in addition and subtraction?

Score: 0

Views: 35

Answers: 0

Read More
AssSoonAsPossiblee
AssSoonAsPossiblee

Reputation: 195

Pass a global variable to a method as an argument

Score: 0

Views: 47

Answers: 0

Read More
PreviousPage 1Next