From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: A little help getting started... Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <9132ah$iim$1 AT nnrp1 DOT deja DOT com> <6lba3tc776naqd64b8hs3781fq36n3hg8r AT 4ax DOT com> <913iu2$1dm$1 AT nnrp1 DOT deja DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 23 X-Trace: /Kp2lq7sktDE5PoOW7JjyNmxV1Qg78g29rKX34LDTm/KXgdYcKTloM4/x4axvZXv0wTEZDHtpBXg!J9h1gjCzO/76ruouyPP+lsP0iUohNPf095/WFU7bYKfx6jnFU/V+K7rgNti3sImE1zlBl4dPuf9a!guXgmQ== 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: Wed, 13 Dec 2000 14:46:49 GMT Distribution: world Date: Wed, 13 Dec 2000 14:46:49 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 11 Dec 2000 22:02:46 GMT, Steve Offutt wrote: >Damian Yerrick wrote: >> The Allegro GUI examples will help here. >> >They look quite helpful. One more quick question - will Allegro >work if my source is C++?, or do I have to learn ANSI C? The Allegro headers are wrapped with extern "C" { ... } when compiled as C++, but they aren't const correct until version 3.9.33. http://alleg.sorceforge.net/allegro/wip.html You will have some problems building a form with C++ (you'll need typecasts to (void *) all over) but there are some C++ wrappers for the Allegro form system. --