Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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

C++ singleton GetInstance() return

Why is comparing against "end()" iterator legal?

c++ stl pointers iterator

c - cannot take address of bit-field

What is the type of command-line argument `argv` in C?

allocate matrix in C

c pointers matrix malloc