Mail Archives: djgpp/2000/11/19/12:15:12
Hello Damian,
We have a task to make with a C+ a single programme which has to include a
stack.
The numbers and math signs should be entered in a single dialog box, and on
hitting, say,
"calculate" button the programme counts the result in mathematical way
(first multiplies then adds or subtracts).
Have no idea what this is all about and how to make it... :(
am in correct topic for this newsgroup?
maybe anybody has a link to a page with open C+ codes?
Thanks,
Lauris
"Damian Yerrick" <Bullcr_pd_yerrick AT hotmail DOT comRemoveBullcr_p> wrote in
message news:dtqf1tkmsojrv08f6hesbf79oujsu72rci AT 4ax DOT com...
> A stack calculator requires seeking the cursor back up the screen and
> character (not line) input, neither of which the C++ standard itself
> can provide. You'll need to use conio (text mode, DOS only), curses
> (text mode, DOS/UNIX), or Allegro (graphical, DOS/UNIX/Win32).
>
> What toolkit do you plan on using? If you say "MFC", you're
> (Score:-1, Offtopic) in a DJGPP-related forum.
- Raw text -