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
1 ответ
+ 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#.