Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Test pointer
a guest
Jan 21st, 2020
70
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
double
TestFunc
(
const
double
&
dM,
bool
*
pFLag
)
{
bool
bTempGlag
=
false
;
if
(
dM
>
15
)
{
bTempGlag
=
true
;
}
if
(
pFLag
!
=
nullptr
)
{
*
pFLag
=
bTempGlag
;
}
return
dM
*
dM
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Exploit Documentation ⭐
CSS | 3 min ago | 1.04 KB
This month smells like money
CSS | 3 min ago | 1.04 KB
✅ API Flaw Money Method
CSS | 4 min ago | 1.04 KB
COmpREss.html
7 min ago | 9.06 KB
Untitled
2 hours ago | 4.91 KB
Untitled
2 hours ago | 0.56 KB
Untitled
3 hours ago | 0.36 KB
Untitled
3 hours ago | 0.97 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!