List Question
20 TechQA 2024-03-30T19:46:19.683000Copy constructors and const& versus the ARM ABI
62 views
Asked by Mustang
Call by reference confusion
78 views
Asked by Ninaaaaa
char * gives garbage value when pointing to a variable of a function in C
72 views
Asked by Mubin Muhammad
Initializing member class with referenced inputs within parent class constructor
47 views
Asked by Jim M
C Changing value of array of struct through reference
81 views
Asked by Acaymo Sánchez Ramirez
Short for creating an array of hashes in powershell malfunction?
25 views
Asked by Viktor Stjärne
Is it perfectly correct that this computed property will work like a "pointer" in current Swift?
53 views
Asked by Fattie
Can someone explain to me why after this function is called a becomes 2 instead of 3 or 4?
69 views
Asked by Weegee
It seems like my function is only receiving the first char of a string when being called
80 views
Asked by Trey McCloud
Ambiguous call to function when overloading with reference types
111 views
Asked by Ivannpy
Why my print statement inside the swap function is giving such output?
51 views
Asked by Manash JB
Is it better to pass a C++ object by reference than by value if it is in RAM?
104 views
Asked by Dmitriy Sitnikov
How Python know that it has to give a new address for a variable?
25 views
Asked by Johnny C.
Question from C++ Templates: The Complete guide 2nd
100 views
Asked by Haswell
why do I need to add an & sign while allocating a memory space inside a functions?
108 views
Asked by nada
Dereferecing a private variable unordered_map whose key is a custom struct in a class leads to a seg fault
92 views
Asked by samueltru99
compiler does not complain when I do std::move of a const reference
52 views
Asked by DarioZ
C Array elements all changing to the same value
49 views
Asked by Grekys
Is it safe to cast a function pointer accepting pointer type to another function pointer accepting reference type?
134 views
Asked by Mehrdad Nazmdar