Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
spacechase0
Sep 28th, 2013
168
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>
class
Class
{
public
:
int
num
=
3
;
}
;
int
main
(
)
{
Class c
;
std
::
cout
<<
c.
num
<<
std
::
endl
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
1 hour ago | 5.92 KB
Untitled
3 hours ago | 5.87 KB
Connect 4 Weak Solution (based on 2swap'...
3 hours ago | 493.53 KB
Untitled
6 hours ago | 5.97 KB
Untitled
8 hours ago | 7.02 KB
Untitled
13 hours ago | 6.88 KB
Untitled
15 hours ago | 5.46 KB
Untitled
17 hours ago | 49.94 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!