Topic: gcc g++: File.h for gcc - did you ever seen
Author: s696@ernie.icslab.agh.edu.pl (stefaniak)
Date: 1995/06/16 Raw View
Subject: gcc g++: File.h for gcc - did you ever seen
Newsgroups: comp.lang.c++
Summary:
Keywords:
Hello !
~~~~~~~~~~
I'm looking for File.h and library for it.
~~~~~~~~~~
It's header for gcc (about 2 years ago).
I haven't it now at my Uni but I need it VERY MUCH
to run old version of numerical program.
*******************************************************
If someone can help me, I invite him to Poland on beer.
*******************************************************
In this file: File.h is declaration of class File
class File
{
private:
int m_handle ;
char *file_name ;
unsigned mode ;
int access ;
void ShowName(void *,int);
public:
File (void) ;
File(char*, unsigned, unsigned) ;
virtual ~File(void) ;
void SetName(char *, unsigned, unsigned) ;
void setname(char *) ;
void open (char *, EOpenMode, EOpenOptionMode) ;
void open(int, EOpenMode,EOpenOptionMode) ;
void open(int, EOpenMode) ;
void close () ;
int filedesc() ;
char *name() ;
// WRITE DATA
void write()
void write(int &) ;
void write(const char *) ;
... etc.
}
I wrote it in some piece, but I don't know what else is in it.
( declaration of types etc.)
Please, help me with it.
\\|//
(0 0)
|-------------oOO-(.)-OOo--------------------|
Dariusz Stefaniak
Computer Institut in Poland, Cracow
University of Mining and Metallurgy
-----------------------------------
| s696@ERNIE.icslab.agh.edu.pl |
-----------------------------------
|____________________Oooo.___________________|
.oooO ( )
( ) ) /
\ ( (_/
\_) ( call me STEFAN )