Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

why trying to deference void pointer does not work?

c pointers

Null pointers and application crashing

c++ pointers

C++ Linked List traversal and modification

passing arrays from c++ to c# and back by value or by reference, which one is better and why?

c# c++ arrays pointers

Shouldn't the address of an array be a double pointer? [duplicate]

c pointers

Reassigning null pointers

Pointers dereference operator - Syntactic rules

c pointers

Can't upcast pointer to pointer argument

Modify an array of strings from a struct

c arrays pointers

char pointer not the same to char array?

Difference between arrays and pointers in c? [duplicate]

c arrays pointers

How to pass an instance of of a class from within that class

c# class pointers

Why this program that performs invalid pointer initialization compiles fine in C?

Pointer to pointer parameter in Swift function

Using smart pointers as a class member

Do pointers always lead to memory leak or they are deleted when they go out of scope?

Returning a const char ** from a static const struct

c arrays pointers literals

Assigning char array to pointer

c++ arrays pointers char