Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Is there a way to know what keeps objects alive in C#

Copying value from char pointer to a char array

c++ arrays pointers

How do you define a mutable pointer to a const object?

c++ pointers constants mutable

Returning a pointer of a multidimensional array

c pointers

Is it okay to use the this pointer? [duplicate]

Using qsort() with class pointers

Equivalent of incrementing a C/C++ pointer in Java?

Passing addresses to functions in C

When should I pass "T* const&" type of pointer ?

difference between int bar[10] vs int (*bar)[10]

c arrays pointers types

Pointer Arithmetic with structures

Java - How is the return of foo.charAt(i) a reference?

C - extracting words from string

c string pointers extract words

Error in assigning an array to the other in C

c pointers

Avoiding heap corruption

Java, "pointer" equality and string comparison

Is it alright to return a reference to a non-pointer member variable as a pointer?

Multidimensional dynamic arrays, Why doesn't it work?

c++ arrays pointers

What are the cases in which arrays decay to pointers?

Accessing struct member by address

c pointers struct