Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
onilink_
Jul 14th, 2023
1,015
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
std
::
vector
<
uint8_t
>
buffer
(
wid
*
hei
*
4
)
;
for
(
unsigned
y
=
0
;
y
<
hei
;
++
y
)
{
char
*
imptr
=
reinterpret_cast
<
char
*
>
(
&
buffer
[
y
*
4
*
wid
]
)
;
file.
read
(
imptr, wid
*
4
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
23 min ago | 7.49 KB
⚠️ SCAM CAMPAIGN ON PASTEBIN ⚠️
CSS | 44 min ago | 0.34 KB
⚠️ Swapz0ne Method is a SCAM ⚠️
CSS | 45 min ago | 0.34 KB
Untitled
2 hours ago | 6.43 KB
Untitled
4 hours ago | 8.03 KB
Untitled
6 hours ago | 10.02 KB
Untitled
10 hours ago | 7.90 KB
Untitled
12 hours ago | 7.14 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!