Lo que me pasa es k al compilarlo no se me acaba de ejecuat.
En teoria me tendria k salir esto:
Process returned 0 (0x0) execution time : 0.186 s
Press any key to continue.
pero no me sale.
Código:
void EstDinSE::Afegir(int e)
{
Node *p,*q;
p=new Node();
if(inici==NULL)//
{
inici=p;
inici->Seguent=inici;
//p->Seguent=p;
inici->Dada=e;
}
}
gracias