Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Swiftkill
Feb 14th, 2017
269
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
#include <new>
struct
S
{
int
a
;
float
b
;
}
;
int
main
(
)
{
S a
=
{
14
,
0.5
}
;
a.~S
(
)
;
S
*
p
=
new
(
&
a
)
S
;
std
::
cout
<<
p
-
>
a
<<
" "
<<
p
-
>
b
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
10 min ago | 156.28 KB
This month smells like money
CSS | 11 min ago | 1.04 KB
⭐ Exploit Documentation ⭐
CSS | 12 min ago | 1.04 KB
✅ API Flaw Money Method
CSS | 12 min ago | 1.04 KB
Untitled
21 min ago | 503.05 KB
Untitled
43 min ago | 156.20 KB
compile_s7_format2
Python | 9 hours ago | 10.32 KB
compile_s7_format
Python | 10 hours ago | 0.94 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!