Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Why is "operator delete" invoked when I call "delete" on a null pointer?

Why is removing a node from a doubly-linked list faster than removing a node from a singly-linked list?

Equivalent of 'this' pointer

vba pointers this

What's the meaning of * and & when applied to variable names?

c++ pointers reference c++-faq

Where ampersand "&" can be put when passing argument by reference?

Can I check a C++ iterator against null?

checking if pointer points within an array

c++ arrays pointers comparison

Adding const keyword to an array passed as a parameter to function

c pointers

Difference between *ptr[10] and (*ptr)[10]

c pointers

Why does std::cout convert volatile pointers to bool?

Pointer to a specific fixed address

c pointers

Pointer arithmetic for structs

Pointers: initialisation vs. declaration

c++ pointers c++14

Why does cout print char arrays differently from other arrays?

c++ arrays pointers

free a double pointer

c pointers

C++ using square brackets with pointer to instance

c++ class pointers operand

(->) arrow operator and (.) dot operator , class pointer

c++ class pointers

How to convert a pointer value to QString?

c++ qt pointers qstring

Should I use boost::ptr_vector<T> or vector<boost::shared_ptr<T> >?

Another C++ learning moment: returning strings from functions

c++ string reference pointers