pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
person check
4 hours ago
node add
4 hours ago
ZonedDateTime
4 hours ago
nid
4 hours ago
lowestCars highestCars
4 hours ago
Entity id
4 hours ago
binkey
4 hours ago
node access
4 hours ago
node comment
4 hours ago
FastCode
4 hours ago
reinterpret cast
#include <iostream>
using
namespace
std;
int
main
(
)
{
int
c=
256
;
char
*a=reinterpret_cast<char*>
(
&c
)
;
*a=0xff;
cout
<< c;
return
0
;
}
Parsed in 0.001 seconds