how do i declare an array pointer in c#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do i declare an array pointer in c#?

I am using the compiler here in SoloLearn and already used the unsafe modefier. The error remains the same. Here's the code: (it's still unfinished tho) https://code.sololearn.com/cG1NH8v1mk8j/?ref=app

4th Nov 2019, 11:52 PM
Nicky L. Salido
Nicky L. Salido - avatar
1 Answer
+ 2
Hmmm... there is no way to pass compiler arguments in solo learn. You need to use the -unsafe compiler option along with the "unsafe" modifier but you can't change SoloLearns compiler options for c#.
11th Nov 2019, 7:02 AM
Kail Galestorm
Kail Galestorm - avatar