06.05.2013 Views

CONTENIDO DE LA LECCIÓN 8

CONTENIDO DE LA LECCIÓN 8

CONTENIDO DE LA LECCIÓN 8

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MIGUEL Á. TOLEDO MARTÍNEZ<br />

{<br />

lineaSalida(cout, cliente);<br />

cout > transaccion; //Debe validar<br />

cliente.balance += transaccion;<br />

lineaSalida(cout, cliente);<br />

actualizarArchivo.seekp(( cuenta - 1 ) * sizeof(datoCliente));<br />

actualizarArchivo.write(reinterpret_cast(&cliente),<br />

sizeof(datoCliente));<br />

}//Fin de if<br />

else<br />

cerr > cliente.balance;<br />

cliente.numeroCuenta = cuenta;<br />

insertarEnArchivo.seekp((cuenta - 1) * sizeof(datoCliente));<br />

else<br />

insertarEnArchivo.write(reinterpret_cast(&cliente), sizeof(datoCliente));<br />

}//Fin de if<br />

cerr

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

Saved successfully!

Ooh no, something went wrong!