Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 22nd, 2017
134
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
class data
{
private:
int a,b,c,d;
public:
data(){
a=b=c=d=0;
}
data(int aa,int bb, int cc, int dd)
{
a=aa,b=bb,c=cc,d=dd;
}
int get_b(){return b;}
int get_a(){return a;}
};
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
17 min ago | 19.06 KB
Untitled
1 hour ago | 9.19 KB
Untitled
2 hours ago | 21.94 KB
Untitled
3 hours ago | 6.80 KB
Untitled
4 hours ago | 25.59 KB
Untitled
5 hours ago | 6.91 KB
Untitled
6 hours ago | 26.61 KB
Untitled
7 hours ago | 6.58 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!