Search code examples
Smaller pointers... possible? (without a lower spec system)...


c++pointersmemorycuda

Read More
Why does this C code print different values for the same pointer when cast to different types?...


cpointersmemorycastingdereference

Read More
Why does this function not modify the original array when passed as a parameter?...


arrayscpointerspass-by-referencefunction-parameter

Read More
Comparison of pointers QSharedPointer<T> and T*...


c++qtpointersqsharedpointer

Read More
How to reassign an array to another array?...


c++arraysclasspointers

Read More
What is the point of declaring "const volatile int *p"?...


cpointersconstantsembeddedvolatile

Read More
Member functions called in lambdas...


c++pointerslambdaunreal-engine5

Read More
Meaning of "referencing" and "dereferencing" in C...


cpointersreferencedereference

Read More
Pointers vs. values in parameters and return values...


pointersgo

Read More
char* pointer from string in C#...


c#pointerschar

Read More
Strange Behavior Compiler Ignoring NULL Check Unless I Print Something in the if Statement...


cpointersnullnull-pointernull-check

Read More
Issue regarding overlap of memory allocation for separate dataclasses...


pythonpointersmemoryctypespython-dataclasses

Read More
How does vector<string>(const char** first, const char** last...) work when last is given simp...


c++pointersvectormemory-management

Read More
How change every struct in an array of pointers?...


arrayscpointers

Read More
C++ this pointer...


c++pointersthis

Read More
ESP_IDF_ assignvalue of char** pointer to member of struct c doesn't work_...


cpointersstructesp32double-pointer

Read More
Is it correct to compare pointers in C?...


cpointers

Read More
Using array as smart point in C...


arrayscpointersmemorymemory-leaks

Read More
Assigning values to a pointer...


c++pointersdev-c++

Read More
Is assigning to a restrict qualified pointer always undefined behavior?...


cpointersundefined-behaviorrestrict-qualifier

Read More
Invalid optimization for pointer comparison in GCC? (introduced in GCC 7.1)...


cpointersgccpointer-arithmetic

Read More
Accessing array values via pointer arithmetic vs. subscripting in C...


objective-ccarrayspointerspointer-arithmetic

Read More
Do C compilers follow the "formal definition of `restrict`"?...


cpointerslanguage-lawyerc99restrict-qualifier

Read More
Is a C# list like a C++ list?...


c#c++listpointersvector

Read More
C++ How to define a member variable that is either passed into or constructed within a constructor...


c++pointersconstructorreference

Read More
Using pointers with Array in C...


carrayspointers

Read More
Are there any alternative sentinel values for void* besides NULL in C?...


cpointerscomplex-data-types

Read More
Propagate constness to data pointed by member variables...


c++pointersconstantssmart-pointers

Read More
Pointers reassignment with value from stack...


c++pointers

Read More
Why is accessing pointers a data race (in golang)?...


gopointersrace-condition

Read More
BackNext