Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Pointers vs. values in parameters and return values

pointers go

When to use references vs. pointers

c++ pointers reference

What is array to pointer decay?

c++ c arrays pointers

How does free know how much to free?

c size pointers free

What are the barriers to understanding pointers and what can be done to overcome them? [closed]

c++ c pointers

How many levels of pointers can we have?

C pointer to array/array of pointers disambiguation

How do I use arrays in C++?

Typedef function pointer?

c++ c pointers typedef

What exactly is nullptr?

c++ pointers c++11 nullptr

What does "dereferencing" a pointer mean?

c++ c pointers dereference

How do you pass a function as a parameter in C?

What is the difference between const int*, const int * const, and int const *?

c++ c pointers constants c++-faq

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

Why should I use a pointer rather than the object itself?

c++ c++11 pointers c++-faq

Regular cast vs. static_cast vs. dynamic_cast [duplicate]

c++ pointers casting

What is a smart pointer and when should I use one?

When should static_cast, dynamic_cast, const_cast and reinterpret_cast be used?

c++ pointers casting c++-faq

What are the differences between a pointer variable and a reference variable in C++?

c++ pointers reference c++-faq