Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/02/2008, 22:52
Avatar de HackmanC
HackmanC
 
Fecha de Ingreso: enero-2008
Ubicación: Guatemala
Mensajes: 1.817
Antigüedad: 16 años, 3 meses
Puntos: 260
Re: Ayuda, gracias

Si funcionara de esta forma sería muy útil.
No funciona así.

Código:
marco temporal[] = new marco[16];
talvez asi ...

Código:
for (int i = 0; i < 16; i++) {
  temporal[i] = new marco();
}
Aparte son solo 16 indices... no 17.
for (indice = 0; indice < 16; indice++) {

y el buffer siempre va a estar ready ...
y nunca va a salir del bucle...

Código:
while (bufread.ready()) {
etc, etc, etc....