Search code examples
Assigning values to a pointer...

c++pointersdev-c++

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 it correct to compare pointers in C?...

cpointers

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
C++ define a type alias 'pointer to array' with keyword using (not typedef)...

c++pointerstype-aliasusing-declarationpointer-to-array

Read More
Are smart pointers that are members of a class still automatically freed?...

c++pointersshared-ptrsmart-pointers

Read More
Print text between pointers...

c++stringpointers

Read More
Is it safe to delete a NULL pointer?...

c++pointersmemory-managementnull-pointerdelete-operator

Read More
PIC32 dereferencing pointers possible compiler bug...

cpointerspicpic32

Read More
Issue with incompatible pointer type...

cpointersdata-structures

Read More
Fortran pointer functions: why does this code's behavior depend on the order of function calls?...

pointersfortrangfortranfortran90

Read More
Confusing behavior of C++ string returns and c_str() casts...

c++stringpointersmemoryc-strings

Read More
C++ - Get value of a particular memory address...

c++pointersmemorydereferencememory-address

Read More
Reference type and pointer in disassembly...

c++pointersreference

Read More
Pointer interconvertibility vs having the same address...

c++arrayspointersc++17language-design

Read More
What is the rationale for limitations on pointer arithmetic or comparison?...

c++cpointerslanguage-designpointer-arithmetic

Read More
Make a structure that the compiler always places at a hardcoded offset in the PE file...

c++pointers

Read More
When to use restrict and when not to...

cpointersc99restrict-qualifier

Read More
Why the first node of a linked list is declared as a pointer?...

c++cpointerslinked-liststructure

Read More
Access Violation using NTQuerySystemInformation to iterate Windows system handles and filter by Proc...

c#pointerswinapi

Read More
How to pass a 2D dynamically allocated array to a function?...

cpointersmultidimensional-array

Read More
C++: Does vector of pointer elements automatically deallocate dynamic memory pointed by each pointer...

c++pointersvectordynamic-memory-allocation

Read More
BackNext