Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
aydarbiktimirov
Sep 17th, 2013
94
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
class
A
{
A
(
const
char
*
)
{
}
}
;
void
f
(
bool
)
{
std
::
cout
<<
"bool"
;
}
void
f
(
A
)
{
std
::
cout
<<
"A"
;
}
int
main
(
)
{
f
(
"test"
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Die 7 wichtigsten Aktionen diese Woche
5 hours ago | 4.17 KB
Untitled
5 hours ago | 13.34 KB
Untitled
7 hours ago | 13.59 KB
VNC SCRIPT 2/2: autoinput.vbs
VBScript | 16 hours ago | 0.23 KB
VNC SCRIPT 1/2: vncauto.bat
Batch | 16 hours ago | 0.72 KB
videoscheomedia
XML | 18 hours ago | 1.00 KB
Untitled
23 hours ago | 14.91 KB
autconnectVNC.bat
Batch | 23 hours ago | 0.93 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!