Re: [Freedos-devel] RPNV calculator

2025-06-18 Thread Jerome Shidel via Freedos-devel
> On Jun 18, 2025, at 5:25 AM, Jim Hall via Freedos-devel > wrote: > > > > On Wed, Jun 18, 2025, 1:32 AM Jerome Shidel via Freedos-devel > > wrote: > > It looks interesting. > > But, I think I have know idea on how to use such a calculator. >

Re: [Freedos-devel] RPNV calculator

2025-06-18 Thread Jim Hall via Freedos-devel
On Wed, Jun 18, 2025, 1:32 AM Jerome Shidel via Freedos-devel < freedos-devel@lists.sourceforge.net> wrote: > > It looks interesting. > > But, I think I have know idea on how to use such a calculator. > > I tried entering “12-5” and got -7 as the answer. Probably me. > > ;^/ > That is the correc

Re: [Freedos-devel] RPNV calculator

2025-06-17 Thread Jerome Shidel via Freedos-devel
> On Dec 2, 2024, at 3:32 PM, Davide Erbetta via Freedos-devel > wrote: There is nothing like a quick and timely reply… > > > 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 ju

[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