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 overhead of C# fixed statement on a managed unsafe struct containing fixed arrays?
Nov 08, 2022
c#
clr
fixed
unsafe
Is this use of unsafe trivially safe?
Sep 17, 2022
rust
unsafe
borrow-checker
What is the UnmanagedMemoryStream for?
Sep 03, 2019
c#
io
unsafe
How do I get the instance of sun.misc.Unsafe?
Sep 16, 2022
java
unsafe
What is the difference between unsafeDupablePerformIO and accursedUnutterablePerformIO?
Mar 27, 2022
haskell
io
unsafe
unsafe-perform-io
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
« Newer Entries
Older Entries »