Black Hat Hacking
A blog for c/c++, php and hacking tricks
Pages
Home
Tricks
Facebook
E-books
Wednesday, 2 October 2013
# include
# include
#include
using namespace std; class employee { char name[20]; int salary,exp; public: void getdata() { fflush(stdin); cin.getline(name,20); fflush(stdin); cin>>salary>>exp; } void putdata() { cout<
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment