Re: [Freedos-devel] How to share a small code

2024-11-27 Thread Davide Erbetta via Freedos-devel
e: > > (added paragraph breaks to your email to make it easier to read) > > > On Tue, Nov 26, 2024 at 3:59 PM Davide Erbetta via Freedos-devel > wrote: > > > > Dear all, > > I'm new to this mailing list and maybe I'm asking a silly question, if > &

[Freedos-devel] How to share a small code

2024-11-26 Thread Davide Erbetta via Freedos-devel
Dear all, I'm new to this mailing list and maybe I'm asking a silly question, if so I apologize in advance. I'm enthusiastically using FreeDos, FED editor and OpenWatcom to develop a small program to mimic the RPN Voyager HP10 calculator with a text user interface with the C conio library (th

[Freedos-devel] RPNV calculator

2024-12-02 Thread Davide Erbetta via Freedos-devel
Hi all, please let me share with you this tiny project: it's written in C with FED editor and compiled with Open Watcom, all in FreeDOS. The goal it's just to have some fun writing something with a TUI using conio library, nothing more then this. The coding style is very basic and somewher