Mail Archives: djgpp/2000/01/25/10:59:51
> Hello. I am writing a C++ text-based application development framework for DJGPP.
> It's output will resemble something like Borland's Turbo Vision based programs.
> I'm now writing the code for error-handling and container classes.
>
> The coding style I use is not your usual CPlusPlus::CodingStyle but an
unusual_c_style::coding_style
> that I found most comfortable working with.
>
> I have two questions:
>
> 1. Is there still anyone interested in using a library like this?
>
> 2. Is someone else writing a library like this?
>
> The API will be event driven, sort of like Allegro for your text-based apps.
> I am more than willing to accept any help, comments, and questions about my little
project.
Take a look at SET's TurboVision port for DJGPP. It is complete but misses only one thing
from your point of view - it uses CPlusPlus::CodeStyle syntax.
You may try to create #DEFINEs for use your c_style::code_style like
#define c_style CPlusPlus
#define code_style CodeStyle
It would be much simpler than write all things from the scratch.
--
Alexander Bokovoy
---------------------------------------------
This message was sent via BSPU MailMan server.
http://www.bspu.unibel.by/MailMan/
- Raw text -