Pointers in Go

I am girl and I am trying to learn programming.
Can anyone explain me how pointer works in Go? It seems complicated to me.

I'm also a very attractive female-girl. I use google.

You're assigning to the variable y x's memory address in RAM. Easy.

Nice quads senpai
W-will you b-be my gf if I help you? The last girl I helped with programming already had a bf. Y-yunno even just pretend internet friends is f-fine

I'll explain it if you dereference my pointer.

I googled. Even watch a couple of tutorials. Still not quiet understand :/

Mmm ok. For what purpose?

>I am girl
You literally did not need to tell us this.
good digits though.

it's easier to understand pointers if you understand assembly, even the basics. other than that no need to be attwhoring your cunt in here, you dumb cunt

No, I won't. I don't need relationships with a neet virgin from Sup Forums. I would prefer being single to that. Or have sex with a dog.

lmao

Said a lonely self-hatred virgin.

Ouch

>Guaranteed replies

Not even friends?
YOU'LL REGRET THIS!

> It seems complicated to me.

brainlet


> I'm also a very attractive female-girl.

LARP
kys

>I am a girl
We fucking don't care you dumb attention seeking bitch. You could be a girl or a fucking diplodocus we don't want to know because it's a fucking anonymous image board about technology

Even if I look like this?

>We fucking don't care
>made this angry replay

oh you poor virgin.. i pity you

>Using C-For-Idiots
>Still can't navigate around pointers
For fucks sake.

I don't help slavs.

Just kill yourself already

throatfuck/10

jk even i have standards LOL

>var y *int = &x
>y now points to x
>*y = 2
>Dereferncing y lets you directly assign to what x is
>fmt.Println(y, *y, x)
>Print the address, whats at that address, and x from before
>Memory address, 2, 2 (since *y == x)

>needy faggots respond kindly this thread
>I am the virgin here

yes. being a standard need autistic faggot who faps to traps in his mom's basement. LOL

Oh by the way, Go doesn't support pointer arithmetic so you can only do the first half of that image.

i think you're lost roastie
leddit is better for you

Hmm. A little bit clearer. Thanks. Would you like my butthole now?

C-For-Idiots is C

A diplodocus posting here would be kind of noteworthy

I've got a dog and a camera in route to your city. Give me an address and. I will relay it to the driver

I'd be worried. Not even autistic NEETs want to fuck you and they'll fuck dudes in skirts.

Looooool gottem

...

Its simple just download more RAM from google

In Go you have two type classes: Referencing and non-referencing.

When you pass a referencing type (like pointers or channels) to a function, the function gets to access the same object in memory.

When you pass a non-referencing type (like booleans or structs) the function gets a copy of the structure, so if you modify the copy the original won't change.

You use pointers to get a referencing type from a non-referencing type.

post pic of you sucking dog penis and i'll explain it to you

>girl

doesn't that make them references then? Pointer arithmetic is lierally what differs pointers from references.

They're both technically the same thing, it's just semantics, they're all ptrs in assembly

>Semantics are not important
Just as expected from assembly drone.