Topic: File.h for gcc - did you ever seen
Author: s696@ernie.icslab.agh.edu.pl (stefaniak)
Date: 1995/06/13 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 )
Author: s696@ernie.icslab.agh.edu.pl (stefaniak)
Date: 1995/06/05 Raw View
Hello .
I'm in a very big trouble.
I need very much to find the file File.h header and its body in C.
This is gnu cc file from 1992 or older.
In my new version this file istn't.
Please, give me the sign, if you ever seen 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 )