Search code examples
Difference between char* and const char*?...

cpointersconstants

Read More
How to annotate pointer to C character array in method signature?...

pythonpointersctypespython-typing

Read More
Pointer to 2D arrays in C...

carrayspointers

Read More
Specify the type of a C++ pointer at runtime (generic pointer)...

c++pointerscasting

Read More
Why does defining the elements of the array b is required to get the desired output...

cpointerscasting

Read More
Converting to char*** from char* [2][2]...

arrayscpointersimplicit-conversionpointer-to-pointer

Read More
Is comparing two pointers to different char objects undefined in C?...

cpointerslanguage-lawyerc11c-standard-library

Read More
malloc(): corrupted top size on deleting an entry from binary file...

cpointersmallocstructuredouble-pointer

Read More
In C language, the first character of a string variable is 0, but when printing, 0 disappears?...

cpointers

Read More
Is the & operator is essential to use as address operator...

arrayscfor-looppointersimplicit-conversion

Read More
Using Dispose in FreePascal...

pointersfreepascal

Read More
Arrays, Pointers and Memory addresses instances confusion in C++...

c++arrayspointersc++17memory-address

Read More
Safely checking a pointer for validity in macOS?...

cswiftmacospointers

Read More
Why does incrementing a pointer to an array give this result?...

arrayscpointers

Read More
Multiprocessing sharing c pointer in Python...

pythonpointersmultiprocessingsegmentation-fault

Read More
Difference between pointer to an array and pointer to the first element of an array...

c++arrayscpointers

Read More
Why does changing a pointer type by casting not change the resulting pointer value?...

cpointers

Read More
Do brackets have effect during array of pointers declaration?...

arrayscpointersbrackets

Read More
Sort function stops working without any errors - C...

csortingpointerschar-pointer

Read More
Is it allowed to cast a pointer of first member to the enclosing type?...

cpointerscasting

Read More
How to declare a type for function pointer variable in C without using "typedef"?...

cpointerscastingfunction-pointerstypedef

Read More
What is the meaning of int (*pt)[5] in c...

carrayspointers

Read More
Circular linked list, destructor delete order causing seg-fault...

c++pointersrecursionsegmentation-faultcircular-list

Read More
Is it possible to have a pointer literal?...

c++cpointersliterals

Read More
c++: storing some structured data containing diffrent datatypes in a single entity...

c++arrayspointersvectorstd

Read More
C pointers: Function returns a pointer defined in its body...

cpointersscopec-stringsstorage-duration

Read More
Does a std::map where the key is a pointer dereference pointers, or do you need a custom comparator?...

c++pointersdictionarystl

Read More
In C: Created a node, forgot return the pointer to the node, but code still runs as if I returned it...

cpointersdata-structures

Read More
Dereferencing pointers in a slice does not seem to yield the initial value that the pointer was crea...

gopointersslice

Read More
C2664 cannot convert argument from 'initializer list'...

c++arraysvisual-studiotemplatespointers

Read More
BackNext