From: "Lauris" Newsgroups: comp.os.msdos.djgpp References: <3a1310ef AT news DOT takas DOT lt> Subject: Re: C++ stack Date: Sun, 19 Nov 2000 18:43:55 +0200 Lines: 31 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 NNTP-Posting-Host: 212.59.14.215 Message-ID: <3a18034d@news.takas.lt> X-Trace: 19 Nov 2000 18:43:57 +0200, 212.59.14.215 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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" 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.