home *** CD-ROM | disk | FTP | other *** search
- OOED
- By Bruce Ide
-
- OOED is a set of object oriented data editor classes. I undertook writing
- it partially because I wanted a better data entry interface than scanf and
- partly because I wanted to experiment with C++ features such as late binding,
- multiple inheritance, and virtual functions.
-
- OOED should be useful in circumstances where you want a quick and dirty
- data entry screen (Ex: Getting names, phone numbers, etc) and you don't
- feel like writing it yourself or shelling out a few hundred bucks for a
- user interface. You can also derive your own classes (Maybe a EDFORM
- class?) or modify the ones included in this file.
-
- OOED took about two days to write and another day to debug. There may
- still be bugs in it -- I don't guarantee my work -- but I doubt it'll
- crash your system either. I also take no responsibility for any damages
- to either hardware or software caused directly or indirectly by the use
- of these classes. For all you know, some fourteen-year-old hacker with
- nothing better to do has modified them to wipe your hard disk when you
- run them. The upshot of this being 1) Know what this source does BEFORE
- you run it and 2) I don't force you to use these classes so it's not
- *MY* fault if they cause something to die.
-
- OOED is public domain. If you want to use these classes, go ahead. If
- you have a problem, you can write me. If I'm feeling good that day, I
- might even reply :-) I'd appreciate it if you gave credit where credit
- is due, but I don't even require that. I do request that if you give
- copies of OOED that you keep the files together. More on that later.
-
- Direct inquires, donations, job offers, etc to:
- Bruce Ide Jr
- 5789 Carriage Barn Lane
- Montgomery, Al 36116
-
-
- The files that go with this set of classes:
- ooed.hpp -- The ooed header file
- ooed.cpp -- The ooed source file
- useful.hpp -- Some useful functions header file
- useful.cpp -- Some useful functions source file
- tested.cpp -- A demo program for ooed
-
- Have fun.
-