12.07.2015 Views

assembly - Projeto Pesquisa - Furb

assembly - Projeto Pesquisa - Furb

assembly - Projeto Pesquisa - Furb

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Limitações01)programa limitacoes_arrays;02)03)classe TPonto04) x, y: inteiro;05) procedimento setXY(x, y: inteiro);06) inicio07) esse.x := x;08) esse.y := y;09) fim;10)fim;11)12)classe TPilha13) fPilha: matriz; (* não compila *)14)fim;15)16)var17) gPontos: matriz[1..120]: TPonto;18)inicio19) criarobj(gPontos[1]); (* não compila *)20) gPontos[1].setXY(7, 120); (* não compila *)21) destruirobj(gPontos[1]); (* não compila *)22)fim.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!