Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

How can I check if char* variable points to empty string?

c pointers char

Are pointers considered a method of calling by reference in C?

C++ inserting unique_ptr in map

c++ pointers map stl unique-ptr

Post-increment on a dereferenced pointer?

what's the point of std::unique_ptr::get

c++ c++11 pointers unique-ptr

Javascript pointer/reference craziness. Can someone explain this?

Length of array in function argument

c pointers

Free memory allocated in a different function?

how does the ampersand(&) sign work in c++? [duplicate]

gsl::not_null<T*> vs. std::reference_wrapper<T> vs. T&

How do I modify a pointer that has been passed into a function in C?

How to convert a 'string pointer' to a string in Golang?

Pointer to incomplete class type is not allowed

c++ list class pointers iterator

What is the difference between returning a char* and a char[] from a function? [duplicate]

c string pointers

difference between a pointer and reference parameter?

Why can a string be assigned to a char* pointer, but not to a char[] array?

Returning a pointer to a vector element in c++

Difference between passing array, fixed-sized array and base address of array as a function parameter

c++ arrays pointers

Is it legal to compare dangling pointers?

How can I get the size of an array from a pointer in C?