From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ stack Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <3a1310ef AT news DOT takas DOT lt> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 X-Trace: /KiKeWeDeXi9p5sMBHQeNilRIjjv3KJzToIr1jJ/Wx4bBrvM4sNM78ZNZeGg5c4EZu7ZOHiSUCKW!w4HODcyt2tgiSa9EOcx1schO8gW+7pCCTF2zzVjXuVHcbKJZmUxw/Oohd/08NBk+DIQgnbM57Gel!sSqo X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 19 Nov 2000 15:05:46 GMT Distribution: world Date: Sun, 19 Nov 2000 15:05:46 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 16 Nov 2000 00:39:34 +0200, "Lauris" wrote: >I am quite a newbie to C+ programming language, and would like to ask >whether anyone has a sample of the 'stack' calculator source code? 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. --