safe code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

safe code

what does safe code really mean in Csharp

6th Aug 2017, 11:24 AM
Awodire Babajide Samuel
Awodire Babajide Samuel - avatar
1 Answer
+ 1
safe code in c# means it is not allowed to use operation on pointers. There is a keyword "unsafe" you should look into what it's used for.
6th Aug 2017, 11:47 AM
Matthias W