Search code examples
segfault with no reason in sight while implementing a dsu in c (probably a silly mistake)...

cpointersdata-structuressegmentation-faultdisjoint-union

Read More
Linked-list population via recursion in C++...

c++pointersrecursionlinked-list

Read More
Why can't I cast a function pointer to (void *)?...

cpointersfunction-pointers

Read More
C++ code explanation: how pointers work on a struct of a Linked List...

c++pointersstructtypedef

Read More
OpenMp with OpenCv and pointers...

c++opencvpointersopenmp

Read More
C++ Qt: How widgets actually contained inside parent?...

c++qtpointersparent-child

Read More
Write reusable pointer type casting logic in a function or macro...

cpointers

Read More
Why does a pointer to the first element of an array, after dereference, evaluates to the third eleme...

cpointersprintfpost-incrementpre-increment

Read More
Shuffle merging two linked lists with the same number of nodes...

functionpointerslinked-listnodessingly-linked-list

Read More
Static global pointer in struct.h is malloced by a function in struct.c, but it is NULL inside main(...

cpointersstructstaticglobal-variables

Read More
How do you flatten a slice of arrays without extra allocation?...

arraysgopointerstype-conversionslice

Read More
File pointer declaration interferes with a local variable in an unrelated function...

arrayscfunctionpointersglobal

Read More
pointers to a class in dynamically allocated boost multi_array, not compiling...

c++pointersboostmultidimensional-arrayboost-multi-array

Read More
Swapping between 2 objects in a list c#...

c#listobjectpointers

Read More
Disadvantages of using void * to hold generic objects?...

cpointersfunction-pointersvoid-pointers

Read More
Can't call Java methods from a C++ wrapper in JNI...

javac++pointersjava-native-interface

Read More
What is a char*?...

c++pointers

Read More
confused about pointers...

c++pointers

Read More
Finding longest substring without repeating characters...

c++pointerssliding-window

Read More
Delphi: double indexing a pointer-of-array leads to “Array type required” error...

arrayspointersdelphidereferencepointer-arithmetic

Read More
C++: How to use memcpy with pointer **?...

c++pointersc++11

Read More
pointer arithmetic and the C# compiler...

c#pointersvoid-pointers

Read More
C++ strings: [] vs. *...

c++syntaxreferencepointers

Read More
C++ Classes - Pointers question...

c++classpointers

Read More
Type of Function in C or C++...

c++cfunctionpointerstypechecking

Read More
How to overload operator==() for a pointer to the class?...

c++pointersoperator-overloadingcomparison-operators

Read More
Is the order of memory addresses of successively declared variables always descending?...

cpointerspointer-address

Read More
Manually stepping through a struct in C...

cpointersstruct

Read More
strcmp with pointers not working in C...

cpointersstrcmp

Read More
Why is an error is generated when I type cast a pointer and subtract it?...

cpointerscastingimplicit-conversion

Read More
BackNext