Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
integer check
Sc3ric
Feb 13th, 2023
717
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
getData
(
string text
)
{
char
*
eptr
;
int
out
;
string in
;
do
{
cout
<<
text
;
cin
>>
in
;
out
=
strtol
(
in.
c_str
(
)
,
&
eptr,
10
)
;
}
while
(
*
eptr
!
=
'
\0
'
)
;
return
out
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ChangeNOW Exploit
JavaScript | 1 sec ago | 0.26 KB
Profit Method
JavaScript | 5 sec ago | 0.26 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 10 sec ago | 0.26 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 11 sec ago | 0.06 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 15 sec ago | 0.26 KB
Exchange Exploit
JavaScript | 21 sec ago | 0.26 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 21 sec ago | 0.06 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 26 sec ago | 0.26 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!