<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hola<br><br>El menú puede tener la siguiente estructura<br><br>// Definición de los prototipos de las funciones y métodos<br>void menu();<br><br><br>int main(){<br>    menu();<br>    RETURN O;<br>}<br><br>// Método que muestra el menú<br>void menu(){<br>    // Variable para la captura de la opción del menú<br>    int opcion;<br>    // Muestra menú con opciones<br>    printf("1. Mostrar lista\n");<br>    printf("2. Insertar al final\n");<br>    printf("3. Insertar al inicio\n");<br>    printf("4. Insertar ordenado\n");<br>    printf("5. Eliminar\n");<br>    printf("6. Salir\n\n");<br>    printf("Ingrese la opcion: ");<br>    scanf("%d",&opcion);<br>    switch(opcion){<br>             case 1: mostrar();break;<br>             case 2: insertFinal();break;<br>             case 3: insertInicio();break;<br>             case 4: insertOrdena();break;<br>             case 5: eliminar();break;<br>             case 6: exit(0);<br>             default: printf("Seleccione una opcion valida!\n\n");menu();break;<br>    }<br>}<br><br>Después armas las funciones y/o metodos para el trabajo de la lista.<br><hr id="stopSpelling">From: zuva89@gmail.com<br>Date: Thu, 3 Sep 2009 15:50:44 -0600<br>To: cconclase-request@listas.conclase.net; cconclase@listas.conclase.net<br>Subject: [C con Clase] help<br><br><style>
.ExternalClass p.EC_MsoNormal, .ExternalClass li.EC_MsoNormal, .ExternalClass div.EC_MsoNormal
{margin-right:0cm;margin-bottom:10.0pt;margin-left:0cm;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';}
.ExternalClass .EC_MsoChpDefault
{font-size:10.0pt;}
@page Section1
{size:612.0pt 792.0pt;}
.ExternalClass div.EC_Section1
{page:Section1;}
</style><span style="font-size: 12pt; line-height: 115%; font-family: 'Times New Roman','serif';" lang="ES">hola necesito si me pueden ayudar para ver como debo empezar el codigo, y obviamente que necesito un menu.<br>

<br>Implementar
un programa en C++ que permita crear una lista homogénea, en donde cada nodo
tenga un valor entero, el cual deberá ser solicitado cada vez que el usuario desee
crear un nuevo nodo</span><br clear="all"><br><style>
.ExternalClass p.EC_MsoNormal, .ExternalClass li.EC_MsoNormal, .ExternalClass div.EC_MsoNormal
{margin-right:0cm;margin-bottom:10.0pt;margin-left:0cm;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';}
.ExternalClass p.EC_MsoListParagraph, .ExternalClass li.EC_MsoListParagraph, .ExternalClass div.EC_MsoListParagraph
{margin-right:0cm;margin-bottom:10.0pt;margin-left:36.0pt;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';}
.ExternalClass p.EC_MsoListParagraphCxSpFirst, .ExternalClass li.EC_MsoListParagraphCxSpFirst, .ExternalClass div.EC_MsoListParagraphCxSpFirst
{margin-right:0cm;margin-bottom:0cm;margin-left:36.0pt;margin-bottom:.0001pt;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';}
.ExternalClass p.EC_MsoListParagraphCxSpMiddle, .ExternalClass li.EC_MsoListParagraphCxSpMiddle, .ExternalClass div.EC_MsoListParagraphCxSpMiddle
{margin-right:0cm;margin-bottom:0cm;margin-left:36.0pt;margin-bottom:.0001pt;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';}
.ExternalClass p.EC_MsoListParagraphCxSpLast, .ExternalClass li.EC_MsoListParagraphCxSpLast, .ExternalClass div.EC_MsoListParagraphCxSpLast
{margin-right:0cm;margin-bottom:10.0pt;margin-left:36.0pt;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';}
.ExternalClass .EC_MsoChpDefault
{font-size:10.0pt;}
@page Section1
{size:612.0pt 792.0pt;}
.ExternalClass div.EC_Section1
{page:Section1;}
.ExternalClass ol
{margin-bottom:0cm;}
.ExternalClass ul
{margin-bottom:0cm;}
</style>

<p class="EC_MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">El
programa debe tener las siguientes opciones:</span></p>

<p class="EC_MsoListParagraphCxSpFirst" style="margin-bottom: 0.0001pt; text-align: justify; text-indent: -18pt; line-height: normal;"><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES"><span style="">1.<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;">      </span></span></span><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Mostrar
lista</span></p>

<p class="EC_MsoListParagraphCxSpMiddle" style="margin-bottom: 0.0001pt; text-align: justify; text-indent: -18pt; line-height: normal;"><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES"><span style="">2.<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;">      </span></span></span><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Insertar
al final</span></p>

<p class="EC_MsoListParagraphCxSpMiddle" style="margin-bottom: 0.0001pt; text-align: justify; text-indent: -18pt; line-height: normal;"><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES"><span style="">3.<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;">      </span></span></span><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Insertar
al inicio</span></p>

<p class="EC_MsoListParagraphCxSpMiddle" style="margin-bottom: 0.0001pt; text-align: justify; text-indent: -18pt; line-height: normal;"><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES"><span style="">4.<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;">      </span></span></span><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Insertar
ordenado</span></p>

<p class="EC_MsoListParagraphCxSpMiddle" style="margin-bottom: 0.0001pt; text-align: justify; text-indent: -18pt; line-height: normal;"><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES"><span style="">5.<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;">      </span></span></span><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Eliminar</span></p>



<p class="EC_MsoListParagraphCxSpLast" style="margin-bottom: 0.0001pt; text-align: justify; text-indent: -18pt; line-height: normal;"><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES"><span style="">6.<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;">      </span></span></span><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Salir</span></p>



<p class="EC_MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES"> </span></p>

<p class="EC_MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><b style=""><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Mostar lista</span></b><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">: Debe mostrar
todos los elementos de la lista, en caso de que la lista esta vacía debe
mostrar “Lista vacía”.</span></p>

<p class="EC_MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><b style=""><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Insertar al final:</span></b><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES"> Debe
insertar el nodo al final de la lista.</span></p>

<p class="EC_MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><b style=""><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Insertar al Inicio</span></b><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">: Debe
insertar el nodo al inicio de la lista.</span></p>

<p class="EC_MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><b style=""><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">Insertar ordenado</span></b><span style="font-size: 12pt; font-family: 'Times New Roman','serif';" lang="ES">: Debe
insertar el nuevo nodo ordenado en la lista, por ejemplo si en la lista esta
los valores 1, 2, 6, 9, 10 e ingreso un nodo con el valor de 7 debería
colocarlo entre 6 y 9.</span></p> 

<br>gracias por todo...<br>-- <br>zuva89<br><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>