Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
TMP add with enum hack
manasij7479
Jul 25th, 2012
42
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<iostream>
template
<
int
X,
int
Y
>
struct
add
{
enum
{
Value
=
X
+
Y
}
;
}
;
int
main
(
)
{
std
::
cout
<<
add
<
2
,
3
>
::
Value
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
reactor_alert
Lua | 21 min ago | 7.72 KB
🚨 Trading exploit 💎 🚨🚨
JavaScript | 24 min ago | 0.18 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🔥🚨
JavaScript | 25 min ago | 0.18 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 🔥🚨
JavaScript | 27 min ago | 0.18 KB
💎 Free Crypto Method 💎 🚨🚨
JavaScript | 29 min ago | 0.18 KB
💎 INSTANT MONEY EXPLOIT 💎 🚨🚨
JavaScript | 30 min ago | 0.18 KB
✅ Exploit 500$ in 10 minutes 🔥 🚨✅
JavaScript | 31 min ago | 0.18 KB
🚨 Trading exploit 💎 🚨🚨
JavaScript | 34 min ago | 0.18 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!