<html><div style='background-color:'><DIV class=RTE>
<P><FONT color=#000000>Hola David Reza. una forma que se me ocurre para que soluciones el problema de las estructuras es crearle un contructor que inicialize las variables:</FONT></P>
<P><FONT color=#000000>struct stDireccion {<BR>   char Calle[64];<BR>   int Portal;<BR>   int Piso;<BR>   char Puerta[3];<BR>   char CodigoPostal[6];<BR>   char Poblacion[32];<BR>};</FONT></P>
<P><FONT color=#000000>struct stPersona {<BR>   struct stNombre {<BR>      char Nombre[32];<BR>      char Apellidos[64];</FONT></P>
<P><FONT color=#000000>     stNombre(){<BR>       strcpy(Nombre,"");<BR>       strcpy(Apellido,"");<BR>     }<BR>  };</FONT></P>
<P><FONT color=#000000>stDireccion Direccion;<BR>char Telefono[10];<BR>}Prueba;</FONT></P></DIV></div><br clear=all><hr>Consigue aquí las mejores y mas recientes ofertas de trabajo en América Latina y USA:  <a href="http://g.msn.com/8HMAES/2743??PS=47575" target="_top">Haz clic aquí...</a> </html>