Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

List with repeat objects - What is the memory cost?

c# .net list pointers reference

Sorting in C: swapping pointers leads to unexpected results

c pointers swap

Converting unsigned char * to char *

Array of arrays, with different sizes

c arrays pointers

What is the difference between (void*) and (void(*)(argument type)) cast? [duplicate]

c++ c pointers

Why is raw pointer to shared_ptr construction allowed in all cases?

c++ pointers c++11 shared-ptr

Golang type assertion with pointers

C - Why cast to uintptr_t vs char* when doing pointer arithmetic

How should I decide when it is more or less appropriate to use raw pointers?

pointers rust raw-pointer

Difference between []*Users and *[]Users in Golang?

pointers go struct

Result of sizeof for C++ arrays and pointers

iterators for vector of pointers

c++ pointers vector iterator

Passing a pointer from JNI to Java using a long

Explicit casting of ptr to "ptr to a ptr"

c++ pointers casting

How to check when a pointer is deleted?

c pointers and array

c arrays pointers

Access to variadic function' arguments without va_list in C

Why can't I do *value++; to increment one to the value in that memory location?

c++ pointers

"Pointer being freed was not allocated." error after malloc, realloc

c pointers dynamic-arrays

Curious "void*" parameter on some GL functions

c++ pointers opengl casting