Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

difference between pointer to an array and pointer to the first element of an array

c++ arrays c pointers

lvalue required as left operand of assignment error when using C++

c++ pointers required lvalue

C++ beginner question: dereference vs multiply [duplicate]

How to return a two-dimensional pointer in C?

c pointers

What is the data type of pointer variables?

c++ c pointers

Dereferencing deleted pointers always result in an Access Violation?

C pointers vs direct member access for structs

What's the difference between Pointers and Global Variables in C?

c pointers global-variables

smart pointers + "this" considered harmful?

C++ Objects: When should I use pointer or reference

c++ pointers reference

What does 'return *this' mean in C++?

c++ pointers this

Declaration of pointers in C++

c++ pointers

C or C++. How to compare two strings given char * pointers?

c++ c sorting pointers

Pointer to void in C++?

What exactly is the purpose of the (asterisk) in pointers?

Simple swap function...why doesn't this one swap?

c pointers

C/C++ structure incomplete member type inconsistency?

c++ c pointers struct

Checking for null before pointer usage

c++ pointers

C++ delete a pointer (free memory)

How to guard against memory leaks?