Struc Unidad 2
Struc Unidad 2
Struc Unidad 2
Nombres: Eduard
Matriculas: 100597934
Tabla de contenido
Diagrama De Clases
Código Del .CPP (implementación de los métodos alta, baja, vaciar, etc.)
Screen show de por los menos 5 test unit (escenarios)
Código fuente.
#include<iostream>
#include<conio.h>
#include<stdlib.h>
struct Nodo{
char dato;
Nodo *siguiente;
};
// Prototipos de Funciones
void menu();
int main(){
menu();
getch();
return 0;
void menu(){
int opc;
char dato;
do{
cout << "2. Mostrar todos los elementos de la cola" << endl;
switch(opc){
case 1:
break;
case 2:
while(frente != NULL){
if(frente != NULL){
else{
system("pause");
break;
case 3:
break;
system("cls");
} while(opc != 3);
nuevo_nodo->dato = n;
nuevo_nodo->siguiente = NULL;
if(cola_vacia(frente)){
frente = nuevo_nodo;
else{
fin->siguiente = nuevo_nodo;
fin = nuevo_nodo;
n = frente->dato;
if(frente == fin){
frente = NULL;
fin = NULL;
else{
frente = frente->siguiente;
}
delete aux;