C++ Example 54 - Dynamic array template class, random numbers and DICE!

preview_player
Показать описание
Support:
- Udemy courses coming soon!

Links:

-C++ Tutorials:
-SFML:
-SFML Sidescroller:
-SFML Open World RPG:
-SFML Simple Games and Apps:
-SFML Games in ONE VIDEO:
-Livestreams:

#gamedeveloper #2dGames #programming
Рекомендации по теме
Комментарии
Автор

"Create an array of 20 test scores between 25 and 100 on the heap (dynamic array)
using a random number generator to populate the array. Use pointer indirection
(not array notation) within your loops. List your scores in rows of 5 values." I'm a beginner and I'm struggling with this.

beccachesmore
Автор

If I wanted to sort the Dice in the dynamic array, would I need to overload = or any other operators?

woahdaggies