diff options
Diffstat (limited to '2022-2/L3/AperturaDeArchivos.h')
| -rw-r--r-- | 2022-2/L3/AperturaDeArchivos.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/2022-2/L3/AperturaDeArchivos.h b/2022-2/L3/AperturaDeArchivos.h deleted file mode 100644 index 0c28d02..0000000 --- a/2022-2/L3/AperturaDeArchivos.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Proyecto: AperturaDeArchivos - * Archivo: AperturaDeArchivos.h - * Autor: J. Miguel Guanira E. - * - * Created on 26 de abril de 2022, 07:08 PM - */ - -#ifndef APERTURADEARCHIVOS_H -#define APERTURADEARCHIVOS_H -#include <iostream> -#include <fstream> -#include <iomanip> -using namespace std; - -// Funciones para abrir un archivo y verificar su apertura - -// ******************************************************** -// LA VARIABLE DE ARCHIVO NO DEBE INVOCAR AL CONSTUCTOR -// ******************************************************** - -void AperturaDeUnArchivoDeTextosParaLeer(ifstream &archivo, - const char*nombreDelArchivo); - -void AperturaDeUnArchivoDeTextosParaEscribir(ofstream &archivo, - const char*nombreDelArchivo); - -#endif /* APERTURADEARCHIVOS_H */ - |
