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> <3a18034d 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: 18 X-Trace: /wLwTbHXhB+4oeue9zllIZJNThpcWeiI6aFXIHT8fs/g2hjuPB0tAdUhgs9d9DlJ0vWW7/8XHnaT!C543AKanGZmzLmsYuvInOGesnB8obktEjfl0XbtbCZgDUfb6OozpmwTtYdL5aMxhzKGxS7X44ra4!Yw== 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 19:09:32 GMT Distribution: world Date: Sun, 19 Nov 2000 19:09:32 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 19 Nov 2000 18:43:55 +0200, "Lauris" wrote: >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 Dialog box? There's nothing in the C++ language itself about a dialog box. Now, are you using conio, pdcurses, Allegro, or something else? --