Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 24th, 2018
96
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
class WTFhysics{
private:
int type;
void _func1();
void _func2();
void (*_f)();
public:
WTFhysics(int t) : type(t) {
_f = (type == 1 ? _func1 : _func2);
};
void func(){
_f();
};
};
Add Comment
Please,
Sign In
to add comment
Public Pastes
PineStore Gallery Installer
Lua | 1 sec ago | 2.10 KB
Netflix Premium UHD Hits
JavaScript | 6 sec ago | 0.08 KB
✅ MAKE $3500 IN 15 MIN
JavaScript | 6 sec ago | 0.08 KB
Make $2500 in 15 minutes G
JavaScript | 7 sec ago | 0.08 KB
FREE BTC GUIDE E
JavaScript | 8 sec ago | 0.08 KB
✅ MAKE $3500 IN 15 MIN
JavaScript | 11 sec ago | 0.08 KB
Netflix Premium UHD Hits
JavaScript | 14 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 16 sec ago | 0.08 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!