| File | Date | Author | Commit |
|---|---|---|---|
| cpp_gencc | 2025-07-05 |
|
[b73373] Add files via upload |
| cpp_gencla | 2025-07-03 |
|
[eaa68e] Delete cpp_gencla/tst/ex1.h |
| cpp_genpgm | 2025-07-03 |
|
[375dde] Delete cpp_genpgm/genpgm |
| lists | 2025-06-30 |
|
[0c3c5c] Add files via upload |
| LICENSE | 2024-12-14 |
|
[332be5] Initial commit |
| README.md | 2025-07-05 |
|
[10676c] cleanup |
C++ doubly linked list class, base class, c string class
This is a heirarchical class library with polymorphic IO and static class
numbering. There is a base class called "vbc_link" that is the root of
the heirarchy of classes.
This library was created to allow experimenting with persistence afforded by
polymorphic IO using inheritance and static class numbering. This is classic
object oriented programming.
The makefile assumes the existence of ~/include, ~/lib and ~/bin.
I am including sample programs that automate C++ code development.
gencla: this program creates class libs
genpgm: this program uses list classes and creates a program skeleton with
file IO
gencc: this program creates a c++ program to replicate a file, it is used
to create scripts and collections of supporting files.