Hi,
I'm intending upon writing a program to help with developing quotes for
computer systems with the price list given in CSV then converted to a
RDBMS of some sort (eg: sqlite).
My intention is to build this program using the ncurses library and
develop a set of interfaces that are easy to use.
> Your design is the right one for the problem, -and-
> FreePascal supports
> this design very well. What you seem to miss is the
> correspondence
> between your design ideas and FreePascal's syntax
> and semantics.
>
> Sorry, but before proceeding I ask you to make a
> decision (because else
>
--- Harald Houppermans <[EMAIL PROTECTED]> wrote:
> Just a general comment:
>
> Have you thought about writing a generic/general
> linked list unit first and
> then using that to implement the widget stuff ?
>
> Since writing linked lists can be tricky... best is
> to make a generic unit
> for it