Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GestEncs& GestEncs::operator + (const GestEncs ge){
- Encomenda aux;
- while(!ge.enc.vazia()){ //enc nome da variavel do tipo Queue<Encomenda>
- ge.enc.retira(aux);
- adicionaEncomenda(aux);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment