Pointer

A person who has a pointy penis and when is receiving head he cum in the celing
You have such a pointer
by Derek’s March 15, 2021
Get the Pointer mug.

pointer

To a programmer, it is the root of all evil, headaches, and bugs.
Fuckin' pointer made me stay up all night.
by qqqqqqqq October 21, 2007
Get the pointer mug.

pointer

A data type found in computer programming languages such as C++. It is a variable that holds the memory address of another variable.

Dynamic allocation of memory is possible through the use of pointers.
Examples using pointers:

int i = 5; // declares an integer with an initial value of 5

int *p = &i; // declares a pointer to an integer and assigns
the address of i to it

cout << i; // outputs the number 5 to the console

cout << &i; // outputs the address of i to the console

cout << p; // same result as above

cout << *p; // outputs the value pointed to by p (5)

*p = 10; // changes the value of i to 10

int *arr = new int n; // creates an array containing
n elements and assigns its address to arr
(dynamic allocation)

delete arr; // deletes the memory space arr points to
(does not delete the pointer itself!)
by C++ Master May 04, 2007
Get the pointer mug.

pointer

a person who picks their nose too much
my friend who always picks his nose is a pointer
by tatomuck1 October 25, 2008
Get the pointer mug.

pointers

something that pokes out of a womans tits..they are also known as nipples.
wow look at them pointers coming out of that ladys t-shirt its making my pencil become erect!
by grace-thebest August 28, 2006
Get the pointers mug.

pointer

when the penis is inserted into the vag, you get a boner, aka a pointer.
I just did your mom and got a pointer.
by ravenmatthewsisbae May 01, 2016
Get the pointer mug.

four pointer

Titty fucking. Placing your penis between a woman's breastasis and pumping like crazy until you cum. Jake Kemp says it's worth 4 points.
Becca's jugs are so big, I was easily able to score a four pointer last night.
by Dan's Beach Towel December 20, 2013
Get the four pointer mug.