Página principal | Lista de namespace | Lista de archivos

fichero.h

00001 /**************************************************************************
00002  *
00003  * Librer.bŽía que incluye mŽétodos Žútilies para el tratemiento de ficheros.
00004  *
00005  * Autor: Javier AragŽÃ޳n Zabalegui
00006  * Contacto: 100039831@alumnos.uc3m.es
00007  * VersiŽÃ޳n: 1.0
00008  *************************************************************************/
00009 
00010 #include <fstream>
00011 #include <iostream>
00012 using namespace std;
00013 
00014 
00020 int mostrar_fichero ( string fichero );
00021 
00027 int obtener_fichero ( string fichero, string &contenido );
00028 
00036 int mostrar_fichero_acotado ( string fichero, int inicio, int fin, bool &endf );
00037 
00042 void paginar_fichero ( string fichero, int pagina );

Generado el Fri Jun 30 12:38:29 2006 para Street Master's por  doxygen 1.3.9.1