Advertisement
OKIEWARDOYO

C++ No.17.1

Mar 3rd, 2014
1,938
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. //ini declaration
  4. class HelloWorld{
  5. public:
  6.     HelloWorld(){}
  7.     ~HelloWorld(){}
  8.     void sayHello();
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement