Search code examples
Why do string literals (char*) in C++ have to be constants?...

c++cpointersstring-literals

Read More
how is data stored at bit level according to "Endianness"?...

cpointersendiannessbit

Read More
How to access a double pointer to array in a function...

arrayscpointers

Read More
C: why I get segmentation fault?...

cpointerssegmentation-fault

Read More
SIGSEGV when trying to solve large mazes with A*...

c++pointerssegmentation-faultshared-ptrsmart-pointers

Read More
Is a 2D Array an Array of Pointers?...

carrayspointersmultidimensional-array

Read More
Just want to know how this code written in C works...

cpointersinputoutput

Read More
Pointers, ampersands and pointers again?...

c++pointers

Read More
Using Pointers in a for loop...

for-looppointersgomutex

Read More
Problem accessing fields after first in a struct in C using WinApi...

cpointerswinapistruct

Read More
I don't understand the behavior of a pointer...

cpointersscope

Read More
Why cast 'void*' pointers to 'unsigned char *' in memcpy's implementation?...

cpointerscastingimplementationmemcpy

Read More
Typedef for 2 dimensional array in C and access via a pointer...

cpointersmultidimensional-arraytypedef

Read More
How to move unique_ptr to raw pointer?...

c++pointerssmart-pointers

Read More
Are the memory allocations done via malloc() inside a loop destroyed upon exiting the loop?...

c++pointerslinked-listmalloc

Read More
Updating slice after passing to function in Go...

gopointersslice

Read More
What solves a 'inotify_add_watch' error 'no such file or directory' on recursively a...

cpointers

Read More
Pointer to incomplete class type is not allowed...

c++listclasspointersiterator

Read More
Is it possible to modify the content of a struct pointer inside a function?...

cpointersstructpass-by-referencefunction-declaration

Read More
Use of ampersand (&) along with arrow operator (->) for inputting data into a struct in C, is...

cpointersstructbinary-tree

Read More
May object pointer be always compared with nullptr in a constant expression?...

c++pointerslanguage-lawyerconstexprrvalue

Read More
Need advice returning an instance of object using a pointer - bad_alloc at memory location?...

c++objectpointersmemoryinstance

Read More
STM32 HAL_TIM_PWM_PulseFinishedCallback not being called. Suspect that problem is related to use of ...

pointersstructstm32unionsstm32f4

Read More
Why int **m its not equal to int m[][]?...

cpointersmatrix

Read More
C Double Pointer Reallocation program hangs upon being ran twice in a row...

cpointersmemory-managementfreezerealloc

Read More
Checking admin completion queue is going into infinite loop (NVMe over PCIe)...

cpointersosdevpci-envme

Read More
How to get a pointer's value or depointerize it...

c++pointers

Read More
Can't put values together into struct that is initiated by pointer and malloc...

cpointersstructmalloc

Read More
Difference between char* and const char*?...

cpointersconstants

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

pythonpointersctypespython-typing

Read More
BackNext