Search code examples
who can please explain to me why this atoi command works and how...


cstring-literalspointer-arithmeticatoi

Read More
Why does dereferencing a pointer to string (char array) returns the whole string instead of the firs...


carraysstringpointerspointer-arithmetic

Read More
Why am I getting segfault when changing the signature of main?...


cpointerspointer-arithmetic

Read More
Does increment in pointer not same as that of integer?...


cpointerspointer-arithmetic

Read More
Why memory address contained by pointer +1 is different from address of value being pointed + 1...


cpointerspointer-arithmetic

Read More
Is there a defined way to do pointer subtraction in C11?...


cpointersundefined-behaviorc11pointer-arithmetic

Read More
Searching for value in pointer: Reading 4 bytes given uint8_t pointer memory start location and size...


c++pointerspointer-arithmetic

Read More
Problems iterating through AddressOfNames member of IMAGE_EXPORT_DIRECTORY structure...


arrayspointerswinapiportable-executablepointer-arithmetic

Read More
Why shouldn't we use pointer arithmetic with gsl::not_null?...


c++pointersnullpointer-arithmeticcpp-core-guidelines

Read More
C array pointer arithmetic...


carrayspointerspointer-arithmetic

Read More
Odd memory errors with dynamically allocated Stack and pointer arithmetic...


cmemory-managementvalgrindheap-memorypointer-arithmetic

Read More
Why we can't compare pointers which don't point to elements within the same array?...


carrayspointerspointer-arithmetic

Read More
Can a C++ class instantiation change its size during runtime...


c++c++03pointer-arithmeticc++98

Read More
Advance pointer and get 2 more characters after strchr in C...


cstringpointer-arithmeticstrchr

Read More
GCC Warning: pointer arithmetic with type void *...


clinuxgccvoid-pointerspointer-arithmetic

Read More
Should this be called some special case of object slicing?...


c++arraysinheritanceterminologypointer-arithmetic

Read More
Void Pointer Arithmetic in C++11...


c++c++11pointer-arithmetic

Read More
Reading signed char using %u...


c++cpointerscharpointer-arithmetic

Read More
C pointer array not recognized in Swift...


objective-cswiftlegacypointer-arithmetic

Read More
Multidimensional array and pointer math...


cmultidimensional-arraypointer-arithmetic

Read More
C Pointer Arithmetic Strange Behavior...


cpointerspointer-arithmetic

Read More
Pointer access beyond allocated memory does'nt cause segfault...


csegmentation-faultpointer-arithmetic

Read More
Strange Struct Array Printing Error in C...


cpointersstructparameter-passingpointer-arithmetic

Read More
Pointer arithmetic is working but pointer de-referencing is not working...


cpointersmallocpointer-arithmeticpointer-to-pointer

Read More
Passing arrays and pointers with access violation...


c++arrayssortingpointerspointer-arithmetic

Read More
C++ Pointer arithmetic. No Operator "+" Matches these operands...


c++pointersdeep-copypointer-arithmetic

Read More
C- Interaction between pointers, arrays, and structs...


carrayspointersstructpointer-arithmetic

Read More
Why isn't the address of consecutive array entries, also consecutive?...


carrayspointerspointer-arithmetic

Read More
resolving the pointer arithmetic...


c++cpointerspointer-arithmetic

Read More
Why scanf("%s",&str); behaves as scanf("%s",str);?...


cpointersscanfpointer-arithmetic

Read More
BackNext