Search code examples
C pointer to last element of array...

arrayscpointerssizeofpointer-arithmetic

Read More
void* pointer arithmetic, cannot swap float values...

cpointersvoid-pointerspointer-arithmetic

Read More
Problem with matching datatypes using a dynamic float* array and dynamic matrix...

ccompiler-errorsfloating-pointpointer-arithmetic

Read More
How to iterate through a dynamic, rectangular matrix in C?...

cmatrixdynamic-memory-allocationpointer-arithmeticpointer-to-pointer

Read More
C++: Alternative to using cast for GetProcAddress() with pointer arithmetic...

c++castingpointer-arithmetic

Read More
compute difference of memory location of object and its aggregate at compile time...

c++cross-platformpointer-arithmetic

Read More
Swapping Array elements call by reference...

arrayscswapimplicit-conversionpointer-arithmetic

Read More
unexpected result when adding to pointer...

cpointerspointer-arithmetic

Read More
Why does this pointer to an array expression work...

arrayscpointersimplicit-conversionpointer-arithmetic

Read More
Computing the address of the memory position before an external symbol in C...

cpointersgccexternpointer-arithmetic

Read More
How does this C code work? The ptr assignment is unclear...

cpointerscastingimplicit-conversionpointer-arithmetic

Read More
How does C handle allocation of memory for arrays when contiguous space is unavailable?...

arrayscpointersmemorypointer-arithmetic

Read More
How does subtracting an address reference work?...

arrayscmemory-addresspointer-arithmetic

Read More
2D array manipulation with pointers...

cpointersmultidimensional-arrayimplicit-conversionpointer-arithmetic

Read More
The sum of array elements using pointer in C...

cfor-looppointerspointer-arithmetic

Read More
Why are the addresses of malloced 2D array not what I expect?...

arrayscmallocpointer-arithmetic

Read More
Traversing structs using pointer++...

arrayscpointersimplicit-conversionpointer-arithmetic

Read More
How to assign values in an array of arrays properly?...

arrayscpointer-arithmetic

Read More
With arrays, why is it the case that a[5] == 5[a]?...

carrayspointerspointer-arithmetic

Read More
Is there a conversion from pointer to array?...

c++arrayspointersimplicit-conversionpointer-arithmetic

Read More
Printing 1D array using pointer in C...

arrayscpointersimplicit-conversionpointer-arithmetic

Read More
I have problems with the syntax in C. I'm not so sure about the pointers and the arrays in my pr...

csyntaxcompiler-errorsfunction-definitionpointer-arithmetic

Read More
Pointer initialization/dereferencing...

arrayscpointersimplicit-conversionpointer-arithmetic

Read More
I'm puzzled with the pointer arithmetic on a static array...

cpointersprintfpointer-arithmetic

Read More
Program crashing while running program for exchanging elements of two arrays...

cpointersprintfswappointer-arithmetic

Read More
While using a pointer to a 2D array to print any column out of it. How does the pointer point to the...

arrayscloopspointerspointer-arithmetic

Read More
C: copying array in function by using pointers gave unusual result, why did it half work?...

arrayscvoid-pointersfunction-definitionpointer-arithmetic

Read More
Iterating though an array of structs in C...

arrayscfor-looppointer-arithmetic

Read More
C++: How to make program differentiate between multiplication and pointers, not accepting operations...

c++arraysmultidimensional-arraydynamic-arrayspointer-arithmetic

Read More
When passing a 2d array as parameter with pointers to print its values it only prints zero...

cmultidimensional-arrayimplicit-conversionfunction-callpointer-arithmetic

Read More
BackNext