Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void Macierz::set_wartosci()
- {
- srand(static_cast<unsigned>(time(nullptr)));
- for (int i = 0; i < liczba_wierszy; ++i)
- for(int j = 0; j < liczba_kolumn; ++j)
- Tablica[i][j]=rand()%100 + 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment