Search code examples
How to use 32-bit pointers in 64-bit application?...


cpointers32bit-64bit

Read More
wchar_t * equals case-insensitive to other wchar_t *...


c++pointersequalitycase-insensitivewchar-t

Read More
Identifying what child class object a base class pointer is pointing at...


c++ooppointersobjectinheritance

Read More
Pointer equality when used inside structs...


cpointersequalityc89

Read More
Does const-correctness give the compiler more room for optimization?...


c++cpointerscompiler-optimizationconst-correctness

Read More
Can you ever assume typecasting pointers is safe?...


cfunctionpointerscastingsizeof

Read More
Is it safe to assume pointers will only have information in their bottom 48 bits?...


pointerskerneluserspace

Read More
Performance of pointers in regards to memory cache...


c++performancepointerscachingcontainers

Read More
How is a string of length > 1 able to fit inside a malloc(1) in C?...


cstringpointersmemory-managementmalloc

Read More
Can a function reading (or writing) through a pointer parameter ever legitimately be marked noexcept...


c++pointersc++11exceptionnoexcept

Read More
C++: why is iter++->empty() legal?...


c++pointerspost-increment

Read More
misunderstanding of pointer-interconvertible definition in the standard...


c++pointerstype-conversionlanguage-lawyer

Read More
Golang auto referencing, not always possible to get the address of a value...


pointersgotypesreference

Read More
C: If a substring exists inside a string, then change the small letters in the string to capital let...


carraysstringpointerssubstring

Read More
C isn't that hard: void ( *( *f[] ) () ) ()...


cparsingpointersfunction-pointersvoid-pointers

Read More
Does implicit object creation necessarily happen at storage return location?...


c++pointerslanguage-lawyerimplicit-lifetime

Read More
Segfault when running function in heap with executable permissions...


clinuxpointerssegmentation-fault

Read More
How to set mouse cursor position in C on linux?...


clinuxpointerspositionx11

Read More
When to use pointer to a class and when to just instantiate it as a variable...


c++pointers

Read More
Pointer Value not being modified...


cpointers

Read More
Is there anything like pointers in C#?...


c#c++classpointerscall-by-value

Read More
Add one char array to another using pointers...


c++pointers

Read More
Passing pointer of an array to a function in C...


carrayspointers

Read More
Casting in comparator functions for qsort...


cpointerscastingconstantsqsort

Read More
SDL3 how to pass an array of pointers via appstate?...


c++arrayspointerssdl-3

Read More
What does exempting (unsigned char *) data type from strict aliasing rule achieve?...


cpointerscastingstrict-aliasing

Read More
Convert "this" pointer to string...


c++pointersstl

Read More
How are 2-Dimensional Arrays stored in memory?...


c++arraysc++11pointersmultidimensional-array

Read More
Adding structs to an array in C...


carrayspointersstruct

Read More
rewinding stdin in a bash script...


bashpointershttp-redirectpipestdin

Read More
BackNext