Search code examples
Assign data to char array...


arrayscpointersstructdereference

Read More
How to properly deference a char** pointer passed as an address to functions?...


cpointerspass-by-referencec-stringsdereference

Read More
C cannot declare valid int pointer...


cpointersdeclarationdereference

Read More
Why sending an array as an actual parameter to function which expects a pointer to an array needs de...


arrayscpointersimplicit-conversiondereference

Read More
What does ** mean in C?...


cpointersmemoryreferencedereference

Read More
What is the memory address and pointer address in the following image?...


cpointersmemory-addressdereferencepointer-address

Read More
what does this line of code "#define LIBINJECTION_SQLI_TOKEN_SIZE sizeof(((stoken_t*)(0))->v...


cpointersstructuresizeofdereference

Read More
Problem printing the derefrenced value of a pointer...


cpointersmemorydereference

Read More
What are the underlying types of pointers to 1D/2D arrays, and why is double dereferencing needed?...


c++pointersmultidimensional-arraymemory-addressdereference

Read More
Assigning pointer values...


cstringpointersdereference

Read More
Successful dereference seems to cause a latent segfault...


c++arraysstructsegmentation-faultdereference

Read More
Correct way to pass the char pointer to helper fuction and assign the value in C...


cpointerschardereference

Read More
Assign char address to an int pointer, and consequently write an int-size piece of memory...


c++pointersmemory-addressdereference

Read More
Is there a need to dereference when performing a memcpy using pointer to typedef fixed length array?...


c++arrayspointerstypedefdereference

Read More
How to delete a member function (full) specialization when writing that specialization is syntactica...


c++pointerstemplatesdereference

Read More
Dynamic Memory Allocation using malloc...


c++pointersmallocdynamic-memory-allocationdereference

Read More
How can I dereference a pointer in Inno Setup Pascal Script?...


pointersinno-setupdereferencepascalscript

Read More
having some confusion about c pointer assignment...


cpointersstructvariable-assignmentdereference

Read More
Why does Rust not perform implicit deref coercion in match patterns?...


rustdereferencecoercion

Read More
L value vs R value in C...


cpointersmemory-addressdereference

Read More
naming pointers as 'pointerToXYZ'...


c++pointersdereference

Read More
Struct and pointer to pointer...


cpointersstructlinked-listdereference

Read More
Weird bug while passing double pointers to a function in C...


cpointersmemory-leaksundefined-behaviordereference

Read More
How to visualize the pointers in the code snippet?...


cpointersgccpass-by-referencedereference

Read More
Is member access on a null pointer defined in C++?...


c++language-lawyerdereferencenull-pointer

Read More
Is it possible in Go to pass pointer of string and make it slice of string?...


pointersgoslicedereference

Read More
How can I write this C dereferencing more succinctly?...


cpointersdereference

Read More
Unexpected auto deref behavior...


rustdereference

Read More
Why is it not undefined behavior that `std::uninitialized_copy` typically dereferences an iterator t...


c++iteratorinitializationdereference

Read More
In C++, why is mentioning the type of the pointer necessary?...


c++pointersdereferencec++-concepts

Read More
BackNext