Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in unsafe
What is the difference between referencing a value using a pointer and a ref keyword
Nov 28, 2019
c#
unsafe
How to test handling of AccessViolationException
Jun 21, 2022
c#
.net
c#-4.0
access-violation
unsafe
What are the differences between `*const T` and *mut T` raw pointers?
Sep 13, 2022
pointers
rust
unsafe
Why does this code work without the unsafe keyword?
Sep 12, 2022
c#
.net
unsafe
How can I display a pointer address in C#?
Sep 12, 2022
c#
pointers
unsafe
Why doesn't *(int*)0=0 cause an access violation?
Dec 27, 2020
c#
pointers
access-violation
unsafe
Faster (unsafe) BinaryReader in .NET
Aug 11, 2022
c#
performance
pointers
unsafe
binaryreader
True Unsafe Code Performance
Sep 05, 2022
c#
performance
unsafe
Why is a fixed size buffers (arrays) must be unsafe?
Feb 27, 2022
c#
arrays
unsafe
fixed
value-type
C# memory management: unsafe keyword and pointers
Sep 07, 2022
c#
memory-management
pointers
keyword
unsafe
C# Unsafe/Fixed Code
Dec 16, 2021
c#
.net
unsafe
fixed
How to use unsafe code in safe contex?
Sep 02, 2022
c#
extension-methods
unsafe
securestring
Is there a way to get a reference address? [duplicate]
Aug 31, 2022
java
memory
jvm
unsafe
C# 'unsafe' function — *(float*)(&result) vs. (float)(result)
Aug 29, 2022
c#
unsafe
type-punning
Should you use pointers (unsafe code) in C#?
Aug 22, 2022
c#
.net
pointers
coding-style
unsafe
Error lnk2026: module unsafe for safeseh image
Aug 28, 2022
visual-c++
unsafe
Java 8 Unsafe: xxxFence() instructions
Jan 02, 2018
java
concurrency
java-8
unsafe
memory-fences
How do I get an owned value out of a `Box`?
Sep 15, 2022
rust
unsafe
C# performance - Using unsafe pointers instead of IntPtr and Marshal
Nov 07, 2022
c#
c
pinvoke
marshalling
unsafe
Does it make any difference to use unsafe inside or outside a loop?
Aug 26, 2022
c#
unsafe
« Newer Entries
Older Entries »