Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Swiftkill
Feb 14th, 2017
230
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
5OO$ GIFTCARDS? J
JavaScript | 9 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN D
JavaScript | 14 sec ago | 0.07 KB
Make $200 in 15 minutes Q
JavaScript | 26 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] X
JavaScript | 31 sec ago | 0.07 KB
MAKE $900 INSTANTLY B
JavaScript | 43 sec ago | 0.07 KB
5OO$ GIFTCARDS? S
JavaScript | 49 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN P
JavaScript | 1 min ago | 0.07 KB
Method Leaked? 1Y
Java | 1 min ago | 0.06 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!