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-pointer
passing a pointer to a built-in type defined on the fly in c++
Dec 17, 2022
c++
pass-by-pointer
Is there any practical reason why std::get_if (std::variant) takes a variant argument by pointer instead of by value/&/const&?
Jul 21, 2022
c++
c++17
pass-by-reference
std-variant
pass-by-pointer
Is using pointers in C++ always bad?
Oct 22, 2022
c++
class
pointers
pass-by-reference
pass-by-pointer
Assign value to member of struct using double pointer
Jun 11, 2022
c++
pointers
pass-by-reference
pass-by-pointer
Confused by single pointer and double pointer arguments in function calls
Jun 28, 2022
c
pointers
pass-by-value
pass-by-pointer
Binary compatibility when using pass-by-reference instead of pass-by-pointer
Aug 12, 2022
c++
pass-by-reference
binary-compatibility
pass-by-pointer
interface-design
Is it possible to modify the reference of an argument in Dart?
Feb 11, 2021
dart
flutter
pass-by-reference
pass-by-pointer
Passing vector of vectors to function
Dec 29, 2019
c++
vector
pass-by-reference
pass-by-value
pass-by-pointer
How to pass entire collection(char**) of command line arguments as read-only in c++?
May 10, 2022
c++
pass-by-reference
char-pointer
pass-by-pointer
What do "value semantics’" and "pointer semantics" mean in Go?
Dec 22, 2021
go
pointers
data-structures
pass-by-value
pass-by-pointer
Performance cost of passing by value vs. by reference or by pointer?
Aug 31, 2022
c++
pointers
pass-by-reference
pass-by-value
pass-by-pointer
Does C++ pass objects by value or reference?
Aug 26, 2022
c++
pass-by-reference
pass-by-value
pass-by-pointer
Is Swift Pass By Value or Pass By Reference
Aug 16, 2022
swift
pass-by-reference
pass-by-value
pass-by-pointer