DiaxPlayer

znak.h

Oct 24th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. void znak(char& znak1,char& wypelnienie)
  5. {
  6.     cout << "Witaj urzyszkodniku! Powiedz, jaki znak chcesz narysowac?" << endl;
  7.     cin >> znak1;
  8.     cin.sync();
  9.     cout << "Jakie wypelnienie?" <<endl;
  10.     cin >> wypelnienie;
  11. }
Add Comment
Please, Sign In to add comment