Posts by André Cavalcante • 23 points
1 post
-
2
votes1
answer2918
viewsQ: Student Queue. Help in structuring code
My doubt is in the case 1, how to include items in the queue, in case, mat and media. Follows code below: #include <iostream> #include <cstdlib> #define tamanho 20 using namespace std;…