Search code examples
What is wrong in this function?...

cpointersmallocgoto

Read More
Why does Rust consider it safe to leak memory?...

pointersmemory-leaksrust

Read More
How to use double pointers (pointer to pointer) for an array of structures properly in standard C?...

cpointersstructdoublestructure

Read More
Comparison between a pointer and an integer in C...

cpointers

Read More
Is a char array more efficient than a char pointer in C?...

arrayscpointersdynamic-memory-allocation

Read More
"incompatible pointer type" compiling in C...

cpointerscharactercompiler-warningsshort

Read More
How to pass a pointer to a function and allocate and initialize it...

c++pointersreference

Read More
Why is "const char * const" not used as input string argument for a function in C?...

cpointersconstants

Read More
Function return value and assignment in C++...

c++pointersreferencepass-by-referencepass-by-pointer

Read More
Unexpected behaviour when trying to implement a queue with two stacks in C...

cpointersstructqueuestack

Read More
Random change in obj_addr() output when including the objects into a list and vectorizing over them...

rpointersenvironment-variablesinternals

Read More
C++ ReadProcessMemory, base addresses...

c++pointersreadprocessmemorycheat-engine

Read More
Are pointers addresses in C?...

cpointers

Read More
How to pass a char** to a function that expects a const array of const char pointers...

arrayscpointers

Read More
Reasoning behind Barr C Coding Standard: Why have white spaces around asterisk in pointer declaratio...

cpointersformatting

Read More
32-bit pointers with the x86-64 ISA: why not?...

performancepointersx86-6432bit-64bitabi

Read More
How to use 32-bit pointers in 64-bit application?...

cpointers32bit-64bit

Read More
Need help understanding pointer to a type of n elements in C (int (*p)[10])?...

arrayscpointers

Read More
What does ** do in C language?...

arrayscpointersmemorypointer-to-pointer

Read More
Can I check a C++ iterator against null?...

c++pointersvectoriteratornullptr

Read More
How to decipher complex pointer declarations in C?...

cpointersdeclaration

Read More
Sorting a Vector Containing Pointer to Struct VS Struct...

sortingpointersstruct

Read More
passing a pointer to a pointer in C...

cpointers

Read More
How can this code know exactly that pMem will always be the value of MAGIC_NUM?...

cpointersmemorymemory-address

Read More
How do I create an array of class pointers with new?...

c++pointers

Read More
Typedef function pointer?...

c++cpointerstypedef

Read More
complicated pointer expressions...

c++pointersfunction-pointers

Read More
lvalue required as unary ‘&’ operand...

cpointers

Read More
Is there a designated way to delete a pointer and set it to nullptr in C++?...

c++pointersdelete-operator

Read More
why printf can not print string of a pointer?...

cstringpointersprintfmalloc

Read More
BackNext