0

Why doesn't C# use pointers?

What are pointers used for in general when programming? What about videogames?

7th Feb 2017, 12:28 AM
SIMOMEGA
SIMOMEGA - avatar
6 Réponses
+ 5
Pointers are used for addresses and stuff. C# have pointers but you must set to allow
7th Feb 2017, 1:28 AM
Wen Qin
Wen Qin - avatar
+ 1
There are pointers in C# but only in unsafe mode. References on the other hand are just as usable and lack the messy arithmetic part.
7th Feb 2017, 4:49 PM
Norbivar
Norbivar - avatar
0
I love your profile pic!
7th Feb 2017, 12:34 AM
DerpyOmnister
DerpyOmnister - avatar
0
Remember that ANSI C was developed way back than C#. Most of computers today does not need any longer to manage the computer's memory, because of the large capacity to store data.
7th Feb 2017, 1:48 AM
WALL_BUILDER
WALL_BUILDER - avatar
0
@WALL_BUILDER I meant C++ not the old C.
7th Feb 2017, 4:24 AM
SIMOMEGA
SIMOMEGA - avatar
0
@DerpyOmnister It's a meme, its name is Expand Dong, it's amazing.
7th Feb 2017, 4:29 AM
SIMOMEGA
SIMOMEGA - avatar